Package org.apache.cxf
Class BusException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.cxf.common.i18n.Exception
org.apache.cxf.BusException
- All Implemented Interfaces:
- Serializable
The BusException class is used to indicate a bus exception has occurred.
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionBusException(Throwable cause) Constructs aBusExceptionwith the provided cause.BusException(Message msg) Constructs aBusExceptionwith the provided detail message.BusException(Message msg, Throwable cause) Constructs aBusExceptionwith the detail message and cause provided.
- 
Method SummaryMethods inherited from class org.apache.cxf.common.i18n.ExceptiongetCode, getMessageMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
BusExceptionConstructs aBusExceptionwith the provided detail message.
- 
BusExceptionConstructs aBusExceptionwith the detail message and cause provided.
- 
BusExceptionConstructs aBusExceptionwith the provided cause.
 
-