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
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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)
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