org.apache.cxf
public class BusException extends org.apache.cxf.common.i18n.Exception
| Constructor and Description |
|---|
BusException(org.apache.cxf.common.i18n.Message msg)
Constructs a
BusException with the provided detail message. |
BusException(org.apache.cxf.common.i18n.Message msg,
Throwable cause)
Constructs a
BusException with the detail message and cause
provided. |
BusException(Throwable cause)
Constructs a
BusException with the provided cause. |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic BusException(org.apache.cxf.common.i18n.Message msg)
BusException with the provided detail message.public BusException(org.apache.cxf.common.i18n.Message msg,
Throwable cause)
BusException with the detail message and cause
provided.public BusException(Throwable cause)
BusException with the provided cause.Apache CXF