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:
java.io.Serializable
Direct Known Subclasses:
DeploymentException, MessagingException

public class JBIException
extends java.lang.Exception

JBIException is the top-level exception thrown by both JBI-supplied APIs and component-provided SPIs.

Author:
JSR208 Expert Group
See Also:
Serialized Form

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

Parameters:
message - the detail message for this exception

JBIException

public JBIException(java.lang.String message,
                    java.lang.Throwable cause)
Creates a new instance of JBIException with the specified exception detail message and cause.

Parameters:
message - the detail message for this exception
cause - Error or Exception which represents the cause of the problem (null if none, or if the cause is not known)

JBIException

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

Parameters:
cause - Error or Exception which represents the cause of the problem (null if none, or if the cause is not known)


Copyright © 2005-2011 Petals Link (EBM Websourcing). All Rights Reserved.