public class BusException extends Exception
| Constructor and Description | 
|---|
| BusException(Message msg)Constructs a  BusExceptionwith the provided detail message. | 
| BusException(Message msg,
            Throwable cause)Constructs a  BusExceptionwith the detail message and cause
 provided. | 
| BusException(Throwable cause)Constructs a  BusExceptionwith the provided cause. | 
getCode, getMessageaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic BusException(Message msg)
BusException with the provided detail message.public BusException(Message msg, Throwable cause)
BusException with the detail message and cause
 provided.public BusException(Throwable cause)
BusException with the provided cause.Apache CXF