javax.resource.spi
Class IllegalStateException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.resource.ResourceException
              extended by javax.resource.spi.IllegalStateException
All Implemented Interfaces:
java.io.Serializable

public class IllegalStateException
extends ResourceException

Version:
$Rev: 467553 $ $Date: 2006-10-25 06:01:51 +0200 (Wed, 25 Oct 2006) $
See Also:
Serialized Form

Constructor Summary
IllegalStateException()
           
IllegalStateException(java.lang.String message)
           
IllegalStateException(java.lang.String message, java.lang.String errorCode)
           
IllegalStateException(java.lang.String message, java.lang.Throwable cause)
           
IllegalStateException(java.lang.Throwable cause)
           
 
Method Summary
 
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()

IllegalStateException

public IllegalStateException(java.lang.String message)

IllegalStateException

public IllegalStateException(java.lang.Throwable cause)

IllegalStateException

public IllegalStateException(java.lang.String message,
                             java.lang.Throwable cause)

IllegalStateException

public IllegalStateException(java.lang.String message,
                             java.lang.String errorCode)


Copyright © 2008. All Rights Reserved.