com.ibm.websphere.asynchbeans
Class WorkException
- java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.ws.exception.WsException
com.ibm.websphere.asynchbeans.WorkException
All implemented interfaces:
com.ibm.ws.exception.WsNestedException, java.io.Serializable
Direct known subclasses:
- public class WorkException
- extends com.ibm.ws.exception.WsException
See Also:
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
- 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
-