net.juniper.smgt.ent.im
Class EntRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.juniper.smgt.ent.im.EntRuntimeException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- UnexpectedException, ViolateSchemaException
public class EntRuntimeException
- extends RuntimeException
This is the superclass of all runtime exceptions thrown by the ESP API.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
EntRuntimeException
public EntRuntimeException()
- EntRuntimeException default constructor.
EntRuntimeException
public EntRuntimeException(String msg)
- EntRuntimeException constructor constructor with message as an argument.
- Parameters:
msg
- java.lang.String the message