com.ibm.websphere.ems
Class IllegalStateException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.ibm.websphere.ems.CMMException
              extended bycom.ibm.websphere.ems.IllegalStateException
All Implemented Interfaces:
java.io.Serializable

public final class IllegalStateException
extends CMMException

Exception indicating that an object is not in a suitable state for the given method to be called.

See Also:
Serialized Form

Constructor Summary
IllegalStateException(java.lang.String reason)
          Constructor.
IllegalStateException(java.lang.String reason, java.lang.Exception linkedException)
          Constructor.
 
Methods inherited from class com.ibm.websphere.ems.CMMException
equals, getLinkedException, hashCode, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IllegalStateException

public IllegalStateException(java.lang.String reason)
Constructor.

Parameters:
reason - a description of the exception

IllegalStateException

public IllegalStateException(java.lang.String reason,
                             java.lang.Exception linkedException)
Constructor.

Parameters:
reason - a description of the exception
linkedException - the linked exception