amwebarsentitlementservice.protocol.status
Class ProtocolRunException

java.lang.Object
  |
  +--amwebarsentitlementservice.protocol.status.ProtocolStatus
        |
        +--amwebarsentitlementservice.protocol.status.ProtocolRunStatus
              |
              +--amwebarsentitlementservice.protocol.status.ProtocolRunException

public class ProtocolRunException
extends ProtocolRunStatus


Fields inherited from class amwebarsentitlementservice.protocol.status.ProtocolRunStatus
_redirect_url, _redirecting_back_to_request, _requiring_redirect, _storing_containers_in_state
 
Constructor Summary
ProtocolRunException(boolean requires_redirect, boolean redirect_back_to_request, boolean stores_containers_in_state, java.net.URL redirect_url, java.lang.Exception exception_catched)
           
ProtocolRunException(java.lang.Exception exception_catched)
          Constructor for ProtocolExceptionStatus.
 
Method Summary
 java.lang.Exception getExceptionCatched()
          Returns the exception_catched.
 void setExceptionCatched(java.lang.Exception exception_catched)
          Sets the exception_catched.
 java.lang.String toString()
           
 
Methods inherited from class amwebarsentitlementservice.protocol.status.ProtocolRunStatus
getRedirectUrl, isRedirectingBackToRequest, isRequiringRedirect, isStoringContainersInState, setRedirectingBackToRequest, setRedirectUrl, setRequiringRedirect, setStoreingContainersInState
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProtocolRunException

public ProtocolRunException(java.lang.Exception exception_catched)
Constructor for ProtocolExceptionStatus.

ProtocolRunException

public ProtocolRunException(boolean requires_redirect,
                            boolean redirect_back_to_request,
                            boolean stores_containers_in_state,
                            java.net.URL redirect_url,
                            java.lang.Exception exception_catched)
Method Detail

getExceptionCatched

public java.lang.Exception getExceptionCatched()
Returns the exception_catched.
Returns:
Exception

setExceptionCatched

public void setExceptionCatched(java.lang.Exception exception_catched)
Sets the exception_catched.
Parameters:
exception_catched - The exception_catched to set

toString

public java.lang.String toString()
Overrides:
toString in class ProtocolRunStatus