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.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
|
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
getMessages()
Returns the array of messages that explain the failure to process the resource
|
getNestedException
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 resource