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