EASP API 7.8.0

net.juniper.smgt.ent.im
Class EntException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.juniper.smgt.ent.im.EntException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AccessControlException, CommunicationException, DuplicateNameException, MisconfigurationException, SessionException, UnknownIdentityException

public class EntException
extends java.lang.Exception

This is the superclass of all exceptions thrown by the ESP API.

See Also:
Serialized Form

Constructor Summary
EntException()
          EntException default constructor.
EntException(java.lang.String msg)
          EntException constructor constructor with message as an argument.
 
Method Summary
 
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(java.lang.String msg)
EntException constructor constructor with message as an argument.

Parameters:
msg - java.lang.String the message

EASP API 7.8.0