javax.jbi
Class JBIException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.jbi.JBIException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DeploymentException, MessagingException

public class JBIException
extends Exception

JBIException is the top-level exception thrown by all JBI system components.

See Also:
Serialized Form

Constructor Summary
JBIException(String aMessage)
          Creates a new instance of JBIException with an exception message.
JBIException(String aMessage, Throwable aCause)
          Creates a new instance of JBIException with the specified message and cause.
JBIException(Throwable aCause)
          Creates a new instance of JBIException with the specified 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

JBIException

public JBIException(String aMessage)
Creates a new instance of JBIException with an exception message.

Parameters:
aMessage - String describing this exception.

JBIException

public JBIException(String aMessage,
                    Throwable aCause)
Creates a new instance of JBIException with the specified message and cause.

Parameters:
aMessage - String describing this exception.
aCause - Throwable which represents an underlying problem (or null).

JBIException

public JBIException(Throwable aCause)
Creates a new instance of JBIException with the specified cause.

Parameters:
aCause - Throwable which represents an underlying problem (or null).


Copyright © 2007-2011 Apache Software Foundation. All Rights Reserved.