当前页面:
在线文档首页 >
Java Platform, Enterprise Edition v1.3.1 API Specifications
Java 2 Platform EE v1.3: Class IllegalStateException - Java Platform, Enterprise Edition v1.3.1 API Specifications
javax.resource.spi
Class IllegalStateException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--javax.resource.ResourceException
|
+--javax.resource.spi.IllegalStateException
- All Implemented Interfaces:
- java.io.Serializable
- public class IllegalStateException
- extends ResourceException
An IllegalStateException is thrown from a method if the callee (resource
adapter or application server for system contracts) is in an illegal or
inappropriate state for the method invocation.
- See Also:
- Serialized Form
Constructor Summary |
IllegalStateException(java.lang.String reason)
Create an IllegalStateException with reason. |
IllegalStateException(java.lang.String reason,
java.lang.String errorCode)
Create an IllegalStateException. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
IllegalStateException
public IllegalStateException(java.lang.String reason,
java.lang.String errorCode)
- Create an IllegalStateException.
- Parameters:
reason
- a description of the exceptionerrorCode
- a string specifying the vendor specific
error code
IllegalStateException
public IllegalStateException(java.lang.String reason)
- Create an IllegalStateException with reason.
- Parameters:
reason
- a description of the exception