org.ceno.communication.cli
Class CommunicationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.ceno.communication.cli.CommunicationException
All Implemented Interfaces:
java.io.Serializable

public class CommunicationException
extends java.lang.Exception

Since:
0.0.1
Version:
0.0.1
Author:
Andre Albert <andre.albert82@googlemail.com>
See Also:
Serialized Form

Constructor Summary
CommunicationException()
           
CommunicationException(java.lang.String message)
           
CommunicationException(java.lang.String message, java.lang.Throwable cause)
           
CommunicationException(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CommunicationException

public CommunicationException()

CommunicationException

public CommunicationException(java.lang.String message)
Parameters:
message -

CommunicationException

public CommunicationException(java.lang.Throwable cause)
Parameters:
cause -

CommunicationException

public CommunicationException(java.lang.String message,
                              java.lang.Throwable cause)
Parameters:
message -
cause -