|
|||||||||
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.bea.wli.worklist.api.ManagementException
public class ManagementException
Exception thrown when an operation attempted on the Worklist Manager fails.
Constructor Summary | |
---|---|
ManagementException()
Default constructor |
|
ManagementException(String message)
Construct a new ManagementException exception with
a message. |
|
ManagementException(String message,
Throwable except)
Construct a new ManagementException exception
wrapping an underlying exception and providing a message. |
|
ManagementException(Throwable except)
Construct a new ManagementException exception
wrapping an underlying exception. |
Method Summary | |
---|---|
Exception |
getException()
Returns the underlying exception, if this exception wraps another exception. |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, 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 ManagementException()
public ManagementException(String message, Throwable except)
ManagementException
exception
wrapping an underlying exception and providing a message.
message
- The exception messageexcept
- The underlying exceptionpublic ManagementException(String message)
ManagementException
exception with
a message.
message
- The exception messagepublic ManagementException(Throwable except)
ManagementException
exception
wrapping an underlying exception.
except
- The underlying exceptionMethod Detail |
---|
public Exception getException()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |