|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception javax.resource.ResourceException com.attachmate.vhi.resource.client.EISApptrieveException
public class EISApptrieveException
Has the same semantics as com.wrq.apptrieve.agent.ApptrieveException
.
Used with javax.resource.cci.ResourceWarning
to report procedure
execution warnings.
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 |
---|
public EISApptrieveException()
public EISApptrieveException(java.lang.String message)
message
- detail message.public EISApptrieveException(java.lang.String message, java.lang.Throwable cause)
message
- detail message.cause
- throwable that caused this exception.public EISApptrieveException(java.lang.Throwable cause)
cause
- throwable that caused this exception.public EISApptrieveException(java.lang.String message, java.lang.StackTraceElement[] stackTrace)
message
- detail message.stackTrace
- from the cause of this exception.public EISApptrieveException(java.lang.String message, java.lang.Throwable cause, java.lang.StackTraceElement[] stackTrace)
message
- detail message.cause
- throwable that caused this exception.stackTrace
- from the cause of this exception.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |