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