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
 
 public class BusException extends Exception The BusException class is used to indicate a bus exception has occurred.- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description BusException(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.ExceptiongetCode, getMessage
 - 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
BusExceptionpublic BusException(Message msg) Constructs aBusExceptionwith the provided detail message.
 - 
BusExceptionpublic BusException(Message msg, Throwable cause) Constructs aBusExceptionwith the detail message and cause provided.
 - 
BusExceptionpublic BusException(Throwable cause) Constructs aBusExceptionwith the provided cause.
 
- 
 
-