org.ceno.communication.srv
Class CommunicatorServerStopException

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

public class CommunicatorServerStopException
extends java.lang.Exception

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

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

CommunicatorServerStopException

public CommunicatorServerStopException()

CommunicatorServerStopException

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

CommunicatorServerStopException

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

CommunicatorServerStopException

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