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 Summary
ConstructorsConstructorDescriptionBusException(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 Summary
Methods inherited from class org.apache.cxf.common.i18n.Exception
getCode, getMessageMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
BusException
Constructs aBusExceptionwith the provided detail message. - 
BusException
Constructs aBusExceptionwith the detail message and cause provided. - 
BusException
Constructs aBusExceptionwith the provided cause. 
 -