IBM WebSphere Application ServerTM
Release 8

com.ibm.websphere.ActivitySession
Class NotProcessedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.websphere.ActivitySession.ActivitySessionException
              extended by com.ibm.websphere.ActivitySession.NotProcessedException
All Implemented Interfaces:
java.io.Serializable

public class NotProcessedException
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
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

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

IBM WebSphere Application ServerTM
Release 8