Apache CXF API

org.apache.cxf
Class BusException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.cxf.common.i18n.Exception
              extended by org.apache.cxf.BusException
All Implemented Interfaces:
Serializable

public class BusException
extends Exception

The BusException class is used to indicate a bus exception has occurred.

See Also:
Serialized Form

Constructor Summary
BusException(Message msg)
          Constructs a BusException with the provided detail message.
BusException(Message msg, Throwable cause)
          Constructs a BusException with the detail message and cause provided.
BusException(Throwable cause)
          Constructs a BusException with the provided cause.
 
Method Summary
 
Methods inherited from class org.apache.cxf.common.i18n.Exception
getCode, getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

BusException

public BusException(Message msg)
Constructs a BusException with the provided detail message.


BusException

public BusException(Message msg,
                    Throwable cause)
Constructs a BusException with the detail message and cause provided.


BusException

public BusException(Throwable cause)
Constructs a BusException with the provided cause.


Apache CXF API

Apache CXF