Public Member Functions | |
| DuplicateDomainException () | |
| DuplicateDomainException (String s) | |
Definition at line 24 of file DuplicateDomainException.java.
| fr.dyade.aaa.agent.conf.DuplicateDomainException.DuplicateDomainException | ( | ) |
Constructs a new DuplicateDomainException with no detail message.
Definition at line 34 of file DuplicateDomainException.java.
| fr.dyade.aaa.agent.conf.DuplicateDomainException.DuplicateDomainException | ( | String | s | ) |
Constructs a new DuplicateDomainException with the specified detail message.
| s | the detail message. |
Definition at line 44 of file DuplicateDomainException.java.
1.5.0