beautypg.com

Sessionexception class, Transactionexception class – HP NonStop G-Series User Manual

Page 140

background image

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

The ServiceException class extends JoltException. The ServiceException class is used by the
JoltRemoteService class and its methods.

public class ServiceException extends JoltException

SessionException Class

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

The SessionException extends JoltException. The SessionException is used by the JoltSession class
and its methods.

public class SessionException extends JoltException

TransactionException Class

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

The TransactionException class extends JoltException. The TransactionException class is used by the
JoltTransaction class and class methods.

public class TransactionException extends JoltException