net.juniper.smgt.ent.im
Class EntException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--net.juniper.smgt.ent.im.EntException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- AccessControlException, CommunicationException, DuplicateNameException, MisconfigurationException, SessionException, UnknownIdentityException
- public class EntException
- extends Exception
This is the superclass of all exceptions thrown by the EASP API.
- See Also:
- Serialized Form
|
Constructor Summary |
EntException()
EntException default constructor. |
EntException(String msg)
EntException constructor constructor with message as an argument. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
EntException
public EntException()
- EntException default constructor.
EntException
public EntException(String msg)
- EntException constructor constructor with message as an argument.
- Parameters:
msg - java.lang.String the message