amwebarsentitlementservice.client.status
Class ClientInitException

java.lang.Object
  |
  +--amwebarsentitlementservice.client.status.ClientStatus
        |
        +--amwebarsentitlementservice.client.status.ClientInitStatus
              |
              +--amwebarsentitlementservice.client.status.ClientInitException

public class ClientInitException
extends ClientInitStatus


Fields inherited from class amwebarsentitlementservice.client.status.ClientStatus
_protocol_status
 
Constructor Summary
ClientInitException()
          Constructor for ClientInitException.
ClientInitException(ProtocolInitException protocol_status)
          Constructor for ClientInitException.
ClientInitException(ProtocolInitException protocol_status, java.lang.Exception exception_catched)
           
ClientInitException(ProtocolInitStatus protocol_status)
          Constructor for ClientInitException.
ClientInitException(ProtocolInitStatus 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.ClientInitStatus
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

ClientInitException

public ClientInitException()
Constructor for ClientInitException.

ClientInitException

public ClientInitException(ProtocolInitStatus protocol_status)
Constructor for ClientInitException.
Parameters:
protocol_status -  

ClientInitException

public ClientInitException(ProtocolInitException protocol_status)
Constructor for ClientInitException.
Parameters:
protocol_status -  

ClientInitException

public ClientInitException(ProtocolInitStatus protocol_status,
                           java.lang.Exception exception_catched)

ClientInitException

public ClientInitException(ProtocolInitException 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 ClientInitStatus