net.juniper.smgt.ent.im
Class UnexpectedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.juniper.smgt.ent.im.EntRuntimeException
net.juniper.smgt.ent.im.UnexpectedException
- All Implemented Interfaces:
- Serializable
public class UnexpectedException
- extends EntRuntimeException
This exception is thrown if an unexpected exception occurs when carrying out an operation. There are two
classes of unexpected exceptions:
- getting a response from the directory indicating it could not carry out a request, for instance, because
it was too busy
- a call to the portal API fails because the enterprise server is starting up and has not completed
its initialization phase.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UnexpectedException
public UnexpectedException()
- UnexpectedException default constructor.
UnexpectedException
public UnexpectedException(String msg)
- UnexpectedException constructor with message as an argument.
- Parameters:
msg
- java.lang.String the message