bea.jolt
Class ServiceException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bybea.jolt.JoltException
                  extended bybea.jolt.ServiceException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ServiceException

public class ServiceException
extends JoltException

This exception is thrown when a service invocation encounters a system level error.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class bea.jolt.JoltException
TPEABORT, TPEBADDESC, TPEBLOCK, TPEDIAGNOSTIC, TPEEVENT, TPEHAZARD, TPEHEURISTIC, TPEINVAL, TPEIO, TPEITYPE, TPEJOLT, TPELIMIT, TPEMATCH, TPEMIB, TPENOENT, TPEOS, TPEOTYPE, TPEPERM, TPEPROTO, TPERELEASE, TPERMERR, TPESVCERR, TPESVCFAIL, TPESYSTEM, TPETIME, TPETRAN, TPGOTSIG
 
Method Summary
 int getErrorDetail()
           
 java.lang.String getStringErrorDetail()
           
 
Methods inherited from class bea.jolt.JoltException
getErrno, getObject, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getErrorDetail

public int getErrorDetail()

getStringErrorDetail

public java.lang.String getStringErrorDetail()