Class powersoft.jcm.util.InvalidStateException
All Packages Class Hierarchy This Package Previous Next Index
Class powersoft.jcm.util.InvalidStateException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----java.lang.RuntimeException
|
+----powersoft.jcm.util.RuntimeExceptionBase
|
+----powersoft.jcm.util.InvalidStateException
- public class InvalidStateException
- extends RuntimeExceptionBase
The InvalidStateException class
An object throws this exception to when a method on the object is
called when it is in an invalid state.
-
InvalidStateException()
- Constructs a InvalidStateException with no detailed message.
-
InvalidStateException(String)
- Constructs a InvalidStateException with the specified detailed
message.
InvalidStateException
public InvalidStateException()
- Constructs a InvalidStateException with no detailed message.
InvalidStateException
public InvalidStateException(String str)
- Constructs a InvalidStateException with the specified detailed
message.
@param str detailed message
All Packages Class Hierarchy This Package Previous Next Index