org.ceno.communication.srv
Class CommunicatorServerStartException

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

public class CommunicatorServerStartException
extends java.lang.Exception

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

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

CommunicatorServerStartException

public CommunicatorServerStartException()

CommunicatorServerStartException

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

CommunicatorServerStartException

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

CommunicatorServerStartException

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