|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.ibm.ws.exception.WsException
com.ibm.websphere.asynchbeans.WorkException
public class WorkException
This is the base class for all Work related exceptions. It allows a cause string and a Throwable to be stored in the exception.
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 |
---|
public WorkException()
public WorkException(java.lang.String message)
message
- public WorkException(java.lang.Throwable cause)
cause
- public WorkException(java.lang.String message, java.lang.Throwable cause)
message
- cause
-
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |