bea.jolt
Class ServiceException

java.lang.Object
  java.lang.Throwable
      java.lang.Exception
          java.lang.RuntimeException
              bea.jolt.JoltException
                  bea.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()