org.jboss.soa.esb.services.routing.cbr
Class CBRException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jboss.soa.esb.services.routing.cbr.CBRException
All Implemented Interfaces:
java.io.Serializable

public class CBRException
extends java.lang.Exception

Configuration Exception.

Since:
Version 4.0
See Also:
Serialized Form

Constructor Summary
CBRException(java.lang.String message)
          Construct an exception instance.
CBRException(java.lang.String message, java.lang.Throwable cause)
          Construct an exception instance.
CBRException(java.lang.Throwable cause)
          Construct an exception instance.
 
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

CBRException

public CBRException(java.lang.String message)
Construct an exception instance.

Parameters:
message - Exception message.

CBRException

public CBRException(java.lang.String message,
                    java.lang.Throwable cause)
Construct an exception instance.

Parameters:
message - Exception message.
cause - Exception cause.

CBRException

public CBRException(java.lang.Throwable cause)
Construct an exception instance.

Parameters:
cause - Exception cause.