javax.resource.spi
Class EISSystemException

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

public class EISSystemException
extends ResourceException

A EISSystemException is used to indicate EIS specific error conditios. Common error conditions are failure of the EIS, communication failure or an EIS specific failure during creation of a new connection.

See Also:
Serialized Form

Constructor Summary
EISSystemException()
          Create an exception.
EISSystemException(String reason)
          Create an exception with a reason.
EISSystemException(String reason, String errorCode)
          Create an exception with a reason and an errorCode.
EISSystemException(String reason, Throwable cause)
          Create an exception with a reason and cause.
EISSystemException(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

EISSystemException

public EISSystemException()
Create an exception.


EISSystemException

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


EISSystemException

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


EISSystemException

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

Parameters:
reason - the reason
cause - the cause

EISSystemException

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

Parameters:
cause - the cause


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