EASP API 6.4.0

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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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

EASP API 6.4.0