com.ibm.are.common
Class InvalidObjectStateException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.ibm.are.common.InvalidObjectStateException
All Implemented Interfaces:
java.io.Serializable

public class InvalidObjectStateException
extends java.lang.RuntimeException

The InvalidObjectStateException exception class can be thrown when an object in the ARE environment discovers that it is in a state that is either unexpected or is not supported. The reason for being in that state can vary; one possible reasons would be an incorrect or unsupported usage of an object.

Version:
1.0
Author:
IBM
See Also:
Serialized Form

Field Summary
static java.lang.String COPYRIGHT
          Copyright for class bytecode
 
Constructor Summary
InvalidObjectStateException()
          Constructs a new InvalidObjectStateException object with no detailed message.
InvalidObjectStateException(java.lang.String message)
          Constructs a new InvalidObjectStateException object with the specified detail message.
 
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
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
Copyright for class bytecode

See Also:
Constant Field Values
Constructor Detail

InvalidObjectStateException

public InvalidObjectStateException()
Constructs a new InvalidObjectStateException object with no detailed message.


InvalidObjectStateException

public InvalidObjectStateException(java.lang.String message)
Constructs a new InvalidObjectStateException object with the specified detail message.

Parameters:
message - The detail message for this exception