com.attachmate.vhi.resource.client
Class EISApptrieveException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.resource.ResourceException
              extended by com.attachmate.vhi.resource.client.EISApptrieveException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
EISServerException

public class EISApptrieveException
extends javax.resource.ResourceException

Has the same semantics as com.wrq.apptrieve.agent.ApptrieveException. Used with javax.resource.cci.ResourceWarning to report procedure execution warnings.

Author:
KarlUp
See Also:
Serialized Form

Constructor Summary
EISApptrieveException()
          Constructs a new exception with null as its detail message.
EISApptrieveException(java.lang.String message)
          Constructs a new exception with the specified detail message.
EISApptrieveException(java.lang.String message, java.lang.StackTraceElement[] stackTrace)
          Constructs a new exception with the specified detail message and stack trace.
EISApptrieveException(java.lang.String message, java.lang.Throwable cause)
          Constructs a new exception with the specified detail message and cause.
EISApptrieveException(java.lang.String message, java.lang.Throwable cause, java.lang.StackTraceElement[] stackTrace)
          Constructs a new exception with the specified detail message, cause, and stack trace.
EISApptrieveException(java.lang.Throwable cause)
          Constructs a new exception with the specified 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

EISApptrieveException

public EISApptrieveException()
Constructs a new exception with null as its detail message.


EISApptrieveException

public EISApptrieveException(java.lang.String message)
Constructs a new exception with the specified detail message.

Parameters:
message - detail message.

EISApptrieveException

public EISApptrieveException(java.lang.String message,
                             java.lang.Throwable cause)
Constructs a new exception with the specified detail message and cause.

Parameters:
message - detail message.
cause - throwable that caused this exception.

EISApptrieveException

public EISApptrieveException(java.lang.Throwable cause)
Constructs a new exception with the specified cause.

Parameters:
cause - throwable that caused this exception.

EISApptrieveException

public EISApptrieveException(java.lang.String message,
                             java.lang.StackTraceElement[] stackTrace)
Constructs a new exception with the specified detail message and stack trace.

Parameters:
message - detail message.
stackTrace - from the cause of this exception.

EISApptrieveException

public EISApptrieveException(java.lang.String message,
                             java.lang.Throwable cause,
                             java.lang.StackTraceElement[] stackTrace)
Constructs a new exception with the specified detail message, cause, and stack trace.

Parameters:
message - detail message.
cause - throwable that caused this exception.
stackTrace - from the cause of this exception.


Copyright © 2008 Attachmate Corporation. All Rights Reserved.