|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.ibm.are.common.InvalidObjectStateException
public class InvalidObjectStateException
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.
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 |
---|
public static final java.lang.String COPYRIGHT
Constructor Detail |
---|
public InvalidObjectStateException()
InvalidObjectStateException
object with no detailed message.
public InvalidObjectStateException(java.lang.String message)
InvalidObjectStateException
object with the specified detail message.
message
- The detail message for this exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |