amwebarsentitlementservice.protocol.status
Class ProtocolShutdownException

java.lang.Object
  |
  +--amwebarsentitlementservice.protocol.status.ProtocolStatus
        |
        +--amwebarsentitlementservice.protocol.status.ProtocolShutdownStatus
              |
              +--amwebarsentitlementservice.protocol.status.ProtocolShutdownException

public class ProtocolShutdownException
extends ProtocolShutdownStatus


Constructor Summary
ProtocolShutdownException(java.lang.Exception exception_catched)
           
 
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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProtocolShutdownException

public ProtocolShutdownException(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 ProtocolShutdownStatus