com.ibm.ws.javax.activity
Class SystemException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.ibm.ws.javax.activity.SystemException
All Implemented Interfaces:
java.io.Serializable

public class SystemException
extends java.lang.Exception

This exception is thrown by the Activity service if an unexpected condition occurs.

See Also:
Serialized Form

Constructor Summary
SystemException()
          Default constructor for the exception.
SystemException(java.lang.Exception exception)
          Constructs an instance of the exception with the specified exception.
SystemException(java.lang.String errorMsg)
          Constructs an instance of the exception with the specified errorMsg.
SystemException(java.lang.String errorMsg, java.lang.Exception exception)
          Constructs an instance of the exception with the specified exception and errorMsg.
 
Method Summary
 java.lang.Exception getException()
          Returns the contained exception
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SystemException

public SystemException()
Default constructor for the exception.


SystemException

public SystemException(java.lang.String errorMsg)
Constructs an instance of the exception with the specified errorMsg.


SystemException

public SystemException(java.lang.Exception exception)
Constructs an instance of the exception with the specified exception.


SystemException

public SystemException(java.lang.String errorMsg,
                       java.lang.Exception exception)
Constructs an instance of the exception with the specified exception and errorMsg.

Method Detail

getException

public java.lang.Exception getException()
Returns the contained exception



 

WebSphere is a trademark of the IBM Corporation in the United States, other countries, or both.

 

IBM is a trademark of the IBM Corporation in the United States, other countries, or both.