org.jboss.soa.esb.services.jbpm.cmd
Class CallbackException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jboss.soa.esb.BaseException
              extended by org.jboss.soa.esb.services.jbpm.cmd.CallbackException
All Implemented Interfaces:
java.io.Serializable

public class CallbackException
extends BaseException

Configuration Exception.

Since:
Version 4.2
Author:
kurt.stam@jboss.com
See Also:
Serialized Form

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

CallbackException

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

Parameters:
message - Exception message.

CallbackException

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

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

CallbackException

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

Parameters:
cause - Exception cause.