de.nava.informa.core
Class ChannelBuilderException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by de.nava.informa.core.ChannelBuilderException
All Implemented Interfaces:
Serializable

public class ChannelBuilderException
extends Exception

Indicates that a channel builder encountered an unexpected condition.

Author:
Niko Schmuck (niko@nava.de)
See Also:
Serialized Form

Constructor Summary
ChannelBuilderException()
           
ChannelBuilderException(String message)
           
ChannelBuilderException(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

ChannelBuilderException

public ChannelBuilderException()

ChannelBuilderException

public ChannelBuilderException(String message)

ChannelBuilderException

public ChannelBuilderException(Throwable cause)


Copyright © 2002-2007 Niko Schmuck. All Rights Reserved.