de.inovat.kex.bast.common
Class ChannelException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by de.inovat.kex.bast.common.ChannelException
All Implemented Interfaces:
java.io.Serializable

public class ChannelException
extends java.lang.Exception

signalisiert das eine ChannelException aufgetreten ist.

Version:
$Id: ChannelException.java 442 2008-11-10 06:59:32Z Schawaller $
Author:
LOGOS GmbH Rostock (www.logos-ib.de), Ralf Trier
See Also:
Serialized Form

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

ChannelException

public ChannelException()

ChannelException

public ChannelException(java.lang.String message)

ChannelException

public ChannelException(java.lang.String message,
                        java.lang.Throwable cause)

ChannelException

public ChannelException(java.lang.Throwable cause)