communication
Class DataSendingException

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

public class DataSendingException
extends CommunicationException

Exception thrown in case of communication problem during a message transmission

See Also:
Serialized Form

Constructor Summary
DataSendingException()
           
DataSendingException(java.lang.String message)
           
DataSendingException(java.lang.String message, java.lang.Throwable cause)
           
DataSendingException(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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DataSendingException

public DataSendingException()

DataSendingException

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

DataSendingException

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

DataSendingException

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