com.ibm.websphere.asynchbeans
Class WorkException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.ibm.ws.exception.WsException
              extended bycom.ibm.websphere.asynchbeans.WorkException
All Implemented Interfaces:
java.io.Serializable, com.ibm.ws.exception.WsNestedException
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.
 
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 -