com.ibm.websphere.ActivitySession
Class NotProcessedException
- java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.websphere.ActivitySession.ActivitySessionException
com.ibm.websphere.ActivitySession.NotProcessedException
All implemented interfaces:
java.io.Serializable
- public class NotProcessedException
- extends ActivitySessionException
NotProcessedException is thrown by the ActivitySession service
to indicate that a request to checkpoint or reset a resource was not processed
successfully.
See Also:
Constructor Summary
| Constructor and Description |
|---|
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
| Modifier and Type | Method and Description |
|---|---|
|
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
NotProcessedException
- public NotProcessedException()
Constructs a new NotProcessedException
NotProcessedException
- public NotProcessedException(java.lang.String msg)
Constructs a new NotProcessedException with the given detail message
Parameters:
msg - The detail message NotProcessedException
- public NotProcessedException(java.lang.Exception ex)
Constructs a new NotProcessedException with the given nested exception
Parameters:
ex - The nested exception NotProcessedException
- public 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
Parameters:
msg - The detail messages msgs - The array of messages explaining the failure to process the resource NotProcessedException
- public 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
Parameters:
ex - The nested exception msgs - The array of messages explaining the failure to process the resource NotProcessedException
- public 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
Parameters:
msg - The detail message ex - The nested exception msgs - The array of messages explaining the failure to process the resource Method Detail
getMessages
- public java.lang.String[] getMessages( )
Returns the array of messages that explain the failure to process the resource
Returns:
The array of messages that explain the failure to process the resource