amwebarsentitlementservice.client.status
Class ClientShutdownException

java.lang.Object
  |
  +--amwebarsentitlementservice.client.status.ClientStatus
        |
        +--amwebarsentitlementservice.client.status.ClientShutdownStatus
              |
              +--amwebarsentitlementservice.client.status.ClientShutdownException

public class ClientShutdownException
extends ClientShutdownStatus


Fields inherited from class amwebarsentitlementservice.client.status.ClientStatus
_protocol_status
 
Constructor Summary
ClientShutdownException()
          Constructor for ClientInitException.
ClientShutdownException(ProtocolShutdownException protocol_status)
          Constructor for ClientInitException.
ClientShutdownException(ProtocolShutdownException protocol_status, java.lang.Exception exception_catched)
           
ClientShutdownException(ProtocolShutdownStatus protocol_status)
          Constructor for ClientInitException.
ClientShutdownException(ProtocolShutdownStatus protocol_status, java.lang.Exception exception_catched)
           
 
Method Summary
 java.lang.Exception getExceptionCatched()
          Returns the exception_catched.
 boolean isExceptionCatchedByProtocol()
          Returns the exception_catched_by_protocol.
 void setExceptionCatched(java.lang.Exception exception_catched)
          Sets the exception_catched.
 void setExceptionCatchedByProtocol(boolean exception_catched_by_protocol)
          Sets the exception_catched_by_protocol.
 java.lang.String toString()
           
 
Methods inherited from class amwebarsentitlementservice.client.status.ClientShutdownStatus
setProtocolStatus
 
Methods inherited from class amwebarsentitlementservice.client.status.ClientStatus
getProtocolStatus
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ClientShutdownException

public ClientShutdownException()
Constructor for ClientInitException.

ClientShutdownException

public ClientShutdownException(ProtocolShutdownStatus protocol_status)
Constructor for ClientInitException.
Parameters:
protocol_status -  

ClientShutdownException

public ClientShutdownException(ProtocolShutdownException protocol_status)
Constructor for ClientInitException.
Parameters:
protocol_status -  

ClientShutdownException

public ClientShutdownException(ProtocolShutdownStatus protocol_status,
                               java.lang.Exception exception_catched)

ClientShutdownException

public ClientShutdownException(ProtocolShutdownException protocol_status,
                               java.lang.Exception exception_catched)
Method Detail

getExceptionCatched

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

isExceptionCatchedByProtocol

public boolean isExceptionCatchedByProtocol()
Returns the exception_catched_by_protocol.
Returns:
boolean

setExceptionCatched

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

setExceptionCatchedByProtocol

public void setExceptionCatchedByProtocol(boolean exception_catched_by_protocol)
Sets the exception_catched_by_protocol.
Parameters:
exception_catched_by_protocol - The exception_catched_by_protocol to set

toString

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