public class BusException extends Exception
Constructor and Description |
---|
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. |
getCode, getMessage
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public 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