com.ibm.websphere.ActivitySession

Class NotProcessedException

  1. java.lang.Object
  2. extended byjava.lang.Throwable
  3. extended byjava.lang.Exception
  4. extended bycom.ibm.websphere.ActivitySession.ActivitySessionException
  5. extended bycom.ibm.websphere.ActivitySession.NotProcessedException
All implemented interfaces:
java.io.Serializable

  1. public class NotProcessedException
  2. extends ActivitySessionException
A NotProcessedException is thrown by the ActivitySession service to indicate that a request to checkpoint or reset a resource was not processed successfully.
See Also:
Serialized Form

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
  1. 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

NotProcessedException

  1. public NotProcessedException()
Constructs a new NotProcessedException

NotProcessedException

  1. public NotProcessedException(java.lang.String msg)
Constructs a new NotProcessedException with the given detail message
Parameters:
msg - The detail message

NotProcessedException

  1. public NotProcessedException(java.lang.Exception ex)
Constructs a new NotProcessedException with the given nested exception
Parameters:
ex - The nested exception

NotProcessedException

  1. public NotProcessedException(java.lang.String msg,
  2. 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

  1. public NotProcessedException(java.lang.Exception ex,
  2. 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

  1. public NotProcessedException(java.lang.String msg,
  2. java.lang.Exception ex,
  3. 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

  1. 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