All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class bea.jolt.ServiceException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.lang.RuntimeException
                           |
                           +----bea.jolt.JoltException
                                   |
                                   +----bea.jolt.ServiceException

public class ServiceException
extends JoltException
This exception is thrown when a service invocation encounters a system level error.


Method Index

 o getErrorDetail()
 o getStringErrorDetail()

Methods

 o getErrorDetail
 public int getErrorDetail()
 o getStringErrorDetail
 public String getStringErrorDetail()

All Packages  Class Hierarchy  This Package  Previous  Next  Index