com.ibm.websphere.asynchbeans

Class WorkException

  1. java.lang.Object
  2. extended byjava.lang.Throwable
  3. extended byjava.lang.Exception
  4. extended bycom.ibm.ws.exception.WsException
  5. extended bycom.ibm.websphere.asynchbeans.WorkException
All implemented interfaces:
com.ibm.ws.exception.WsNestedException, java.io.Serializable
Direct known subclasses:
WorkCompletedException, WorkContextException, WorkRejectedException

  1. public class WorkException
  2. 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

Constructor and Description
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

  1. public WorkException()
Constructor for WorkException.

WorkException

  1. public WorkException(java.lang.String message)
Constructor for WorkException.
Parameters:
message -

WorkException

  1. public WorkException(java.lang.Throwable cause)
Constructor for WorkException.
Parameters:
cause -

WorkException

  1. public WorkException(java.lang.String message,
  2. java.lang.Throwable cause)
Constructor for WorkException.
Parameters:
message -
cause -