IBM WebSphere Application ServerTM
Release 7

com.ibm.websphere.asynchbeans
Class WorkException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.ws.exception.WsException
              extended by com.ibm.websphere.asynchbeans.WorkException
All Implemented Interfaces:
com.ibm.ws.exception.WsNestedException, java.io.Serializable
Direct Known Subclasses:
WorkCompletedException, WorkContextException, WorkRejectedException

public class WorkException
extends com.ibm.ws.exception.WsException

This is the base class for all Work related exceptions. It allows a cause string and a Throwable to be stored in the exception.

See Also:
Serialized Form

Constructor Summary
WorkException()
          Constructor for WorkException.
WorkException(java.lang.String message)
          Constructor for WorkException.
WorkException(java.lang.String message, java.lang.Throwable cause)
          Constructor for WorkException.
WorkException(java.lang.Throwable cause)
          Constructor for WorkException.
 
Method Summary
 
Methods inherited from class com.ibm.ws.exception.WsException
getCause, initCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WorkException

public WorkException()
Constructor for WorkException.


WorkException

public WorkException(java.lang.String message)
Constructor for WorkException.

Parameters:
message -

WorkException

public WorkException(java.lang.Throwable cause)
Constructor for WorkException.

Parameters:
cause -

WorkException

public WorkException(java.lang.String message,
                     java.lang.Throwable cause)
Constructor for WorkException.

Parameters:
message -
cause -

IBM WebSphere Application ServerTM
Release 7