|
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.websphere.ActivitySession.ActivitySessionException
com.ibm.websphere.ActivitySession.NotProcessedException
public class NotProcessedException
A NotProcessedException
is thrown by the ActivitySession service
to indicate that a request to checkpoint or reset a resource was not processed
successfully.
Constructor Summary | |
---|---|
NotProcessedException()
Constructs a new NotProcessedException |
|
NotProcessedException(java.lang.Exception ex)
Constructs a new NotProcessedException with the given nested exception |
|
NotProcessedException(java.lang.Exception ex,
java.lang.String[] msgs)
Constructs a new NotProcessedException with the given nested exception and array of messages that explain the failure to process the resource |
|
NotProcessedException(java.lang.String msg)
Constructs a new NotProcessedException with the given detail message |
|
NotProcessedException(java.lang.String msg,
java.lang.Exception ex,
java.lang.String[] msgs)
Constructs a new NotProcessedException with the given detail message, nested exception and array of messages that explain the failure to process the resource |
|
NotProcessedException(java.lang.String msg,
java.lang.String[] msgs)
Constructs a new NotProcessedException with the given detail message and array of messages that explain the failure to process the resource |
Method Summary | |
---|---|
java.lang.String[] |
getMessages()
Returns the array of messages that explain the failure to process the resource |
Methods inherited from class com.ibm.websphere.ActivitySession.ActivitySessionException |
---|
getNestedException |
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 NotProcessedException()
public NotProcessedException(java.lang.String msg)
msg
- The detail messagepublic NotProcessedException(java.lang.Exception ex)
ex
- The nested exceptionpublic NotProcessedException(java.lang.String msg, java.lang.String[] msgs)
msg
- The detail messagesmsgs
- The array of messages explaining the failure to process the resourcepublic NotProcessedException(java.lang.Exception ex, java.lang.String[] msgs)
ex
- The nested exceptionmsgs
- The array of messages explaining the failure to process the resourcepublic NotProcessedException(java.lang.String msg, java.lang.Exception ex, java.lang.String[] msgs)
msg
- The detail messageex
- The nested exceptionmsgs
- The array of messages explaining the failure to process the resourceMethod Detail |
---|
public java.lang.String[] getMessages()
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |