站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 j2ee API Documentation 英文版文档

IllegalStateException (JBoss J2EE API) - JBoss 4.0.1 sp1 j2ee API Documentation 英文版文档


javax.resource.spi
Class IllegalStateException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjavax.resource.ResourceException
              extended byjavax.resource.spi.IllegalStateException
All Implemented Interfaces:
Serializable

public class IllegalStateException
extends ResourceException

A IllegalStateException is thrown when a method has been invoked on an object which is in the wrong state to execute the method.

See Also:
Serialized Form

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.
 
Methods inherited from class javax.resource.ResourceException
getErrorCode, getLinkedException, setErrorCode, setLinkedException
 
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
 

Constructor Detail

IllegalStateException

public IllegalStateException()
Create an exception.


IllegalStateException

public IllegalStateException(String reason)
Create an exception with a reason.


IllegalStateException

public IllegalStateException(String reason,
                             String errorCode)
Create an exception with a reason and an errorCode.


IllegalStateException

public IllegalStateException(String reason,
                             Throwable cause)
Create an exception with a reason and cause.

Parameters:
reason - the reason
cause - the cause

IllegalStateException

public IllegalStateException(Throwable cause)
Create an exception with a cause.

Parameters:
cause - the cause


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.