|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
javax.resource.ResourceException
javax.resource.spi.IllegalStateException
public class IllegalStateException
A IllegalStateException is thrown when a method has been invoked on an object which is in the wrong state to execute the method.
| Constructor Summary | |
|---|---|
IllegalStateException()
Create an exception. |
|
IllegalStateException(String reason)
Create an exception with a reason. |
|
IllegalStateException(String reason,
String errorCode)
Create an exception with a reason and an errorCode. |
|
IllegalStateException(String reason,
Throwable cause)
Create an exception with a reason and cause. |
|
IllegalStateException(Throwable cause)
Create an exception with a cause. |
|
| Method Summary |
|---|
| Methods inherited from class javax.resource.ResourceException |
|---|
getErrorCode, getLinkedException, getMessage, setErrorCode, setLinkedException |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, 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 |
|---|
public IllegalStateException()
public IllegalStateException(String reason)
public IllegalStateException(String reason,
String errorCode)
public IllegalStateException(String reason,
Throwable cause)
reason - the reasoncause - the causepublic IllegalStateException(Throwable cause)
cause - the cause
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||