net.sf.sasl.common.communication
Class CommunicationChannelException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sf.sasl.common.communication.CommunicationChannelException
All Implemented Interfaces:
Serializable

public class CommunicationChannelException
extends Exception

Wrapper exception for all sort of technical or functional "errors" that can happen by trying to send messages over a communication channel.

Since:
0.0.1 (sasl-common-aspect-library)
Author:
Philipp Förmer
See Also:
Serialized Form

Constructor Summary
CommunicationChannelException()
           
CommunicationChannelException(String errorMessage)
           
CommunicationChannelException(String errorMessage, Throwable cause)
           
CommunicationChannelException(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

CommunicationChannelException

public CommunicationChannelException()
Since:
0.0.1 (sasl-common-aspect-library)

CommunicationChannelException

public CommunicationChannelException(String errorMessage)
Parameters:
errorMessage - null or non null
Since:
0.0.1 (sasl-common-aspect-library)

CommunicationChannelException

public CommunicationChannelException(Throwable cause)
Parameters:
cause - null or non null
Since:
0.0.1 (sasl-common-aspect-library)

CommunicationChannelException

public CommunicationChannelException(String errorMessage,
                                     Throwable cause)
Parameters:
errorMessage - null or non null
cause - null or non null
Since:
0.0.1 (sasl-common-aspect-library)


Copyright © 2010. All Rights Reserved.