org.ceno.communication.cli
Class ConnectException

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

public class ConnectException
extends java.lang.Exception

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

Constructor Summary
ConnectException()
           
ConnectException(java.lang.String message)
           
ConnectException(java.lang.String message, java.lang.Throwable cause)
           
ConnectException(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

ConnectException

public ConnectException()

ConnectException

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

ConnectException

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

ConnectException

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