com.prolifics.tconn
Class TuxedoException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.resource.ResourceException
com.prolifics.tconn.TuxedoException
- All Implemented Interfaces:
- java.io.Serializable
public class TuxedoException
- extends javax.resource.ResourceException
- See Also:
- Serialized Form
| 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 |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
TPMINVAL
public static final int TPMINVAL
- See Also:
- Constant Field Values
TPABORT
public static final int TPABORT
- See Also:
- Constant Field Values
TPEBADDESC
public static final int TPEBADDESC
- See Also:
- Constant Field Values
TPEBLOCK
public static final int TPEBLOCK
- See Also:
- Constant Field Values
TPEINVAL
public static final int TPEINVAL
- See Also:
- Constant Field Values
TPELIMIT
public static final int TPELIMIT
- See Also:
- Constant Field Values
TPENOENT
public static final int TPENOENT
- See Also:
- Constant Field Values
TPEOS
public static final int TPEOS
- See Also:
- Constant Field Values
TPEPERM
public static final int TPEPERM
- See Also:
- Constant Field Values
TPEPROTO
public static final int TPEPROTO
- See Also:
- Constant Field Values
TPESVCERR
public static final int TPESVCERR
- See Also:
- Constant Field Values
TPESVCFAIL
public static final int TPESVCFAIL
- See Also:
- Constant Field Values
TPESYSTEM
public static final int TPESYSTEM
- See Also:
- Constant Field Values
TPETIME
public static final int TPETIME
- See Also:
- Constant Field Values
TPETRAN
public static final int TPETRAN
- See Also:
- Constant Field Values
TPGOTSIG
public static final int TPGOTSIG
- See Also:
- Constant Field Values
TPERMERR
public static final int TPERMERR
- See Also:
- Constant Field Values
TPEITYPE
public static final int TPEITYPE
- See Also:
- Constant Field Values
TPEOTYPE
public static final int TPEOTYPE
- See Also:
- Constant Field Values
TPERELEASE
public static final int TPERELEASE
- See Also:
- Constant Field Values
TPEHAZARD
public static final int TPEHAZARD
- See Also:
- Constant Field Values
TPEHEURISTIC
public static final int TPEHEURISTIC
- See Also:
- Constant Field Values
TPEEVENT
public static final int TPEEVENT
- See Also:
- Constant Field Values
TPEMATCH
public static final int TPEMATCH
- See Also:
- Constant Field Values
TPEDIAGNOSTIC
public static final int TPEDIAGNOSTIC
- See Also:
- Constant Field Values
TPEMIB
public static final int TPEMIB
- See Also:
- Constant Field Values
TPMAXVAL
public static final int TPMAXVAL
- See Also:
- Constant Field Values
TPED_MINVAL
public static final int TPED_MINVAL
- See Also:
- Constant Field Values
TPED_SVCTIMEOUT
public static final int TPED_SVCTIMEOUT
- See Also:
- Constant Field Values
TPED_TERM
public static final int TPED_TERM
- See Also:
- Constant Field Values
TPED_NOUNSOLHANDLER
public static final int TPED_NOUNSOLHANDLER
- See Also:
- Constant Field Values
TPED_NOCLIENT
public static final int TPED_NOCLIENT
- See Also:
- Constant Field Values
TPED_DOMAINUNREACHABLE
public static final int TPED_DOMAINUNREACHABLE
- See Also:
- Constant Field Values
TPED_CLIENTDISCONNECTED
public static final int TPED_CLIENTDISCONNECTED
- See Also:
- Constant Field Values
TPED_PERM
public static final int TPED_PERM
- See Also:
- Constant Field Values
TPED_OTS_INTERNAL
public static final int TPED_OTS_INTERNAL
- See Also:
- Constant Field Values
TPED_INVALID_CERTIFICATE
public static final int TPED_INVALID_CERTIFICATE
- See Also:
- Constant Field Values
TPED_INVALID_SIGNATURE
public static final int TPED_INVALID_SIGNATURE
- See Also:
- Constant Field Values
TPED_DECRYPTION_FAILURE
public static final int TPED_DECRYPTION_FAILURE
- See Also:
- Constant Field Values
TPED_INVALIDCONTEXT
public static final int TPED_INVALIDCONTEXT
- See Also:
- Constant Field Values
TPED_MAXVAL
public static final int TPED_MAXVAL
- See Also:
- Constant Field Values
UNKNOWN_CONTEXT
public static final long UNKNOWN_CONTEXT
- See Also:
- Constant Field Values
TuxedoException
public TuxedoException()
TuxedoException
public TuxedoException(java.lang.String s)
TuxedoException
public TuxedoException(java.lang.String s,
int errno,
int errdet)
TuxedoException
public TuxedoException(java.lang.String s,
int errno,
int errdet,
long context)
getError
public int getError()
getErrorDetail
public int getErrorDetail()
getStrError
public java.lang.String getStrError()
getStrErrorDetail
public java.lang.String getStrErrorDetail()
getContext
public long getContext()
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Throwable