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