EASP API 7.13.0

net.juniper.smgt.ent.im
Class EntRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.juniper.smgt.ent.im.EntRuntimeException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
UnexpectedException, ViolateSchemaException

public class EntRuntimeException
extends java.lang.RuntimeException

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

See Also:
Serialized Form

Constructor Summary
EntRuntimeException()
          EntRuntimeException default constructor.
EntRuntimeException(java.lang.String msg)
          EntRuntimeException 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

EntRuntimeException

public EntRuntimeException()
EntRuntimeException default constructor.


EntRuntimeException

public EntRuntimeException(java.lang.String msg)
EntRuntimeException constructor constructor with message as an argument.

Parameters:
msg - java.lang.String the message

EASP API 7.13.0