sds.error
Class CommunicationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by sds.error.SdsException
              extended by sds.error.CommunicationException
All Implemented Interfaces:
java.io.Serializable

public class CommunicationException
extends SdsException

Author:
ncottin
See Also:
Serialized Form

Constructor Summary
CommunicationException()
           
CommunicationException(java.lang.String msg)
           
CommunicationException(java.lang.String msg, java.lang.Throwable err)
           
CommunicationException(java.lang.Throwable err)
           
 
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 msg)
Parameters:
msg -

CommunicationException

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

CommunicationException

public CommunicationException(java.lang.String msg,
                              java.lang.Throwable err)
Parameters:
msg -
err -