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 org.apache.cxf.common.i18n.Exception
The BusException class is used to indicate a bus exception has occurred.
- See Also:
- Serialized Form
Constructor Summary |
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. |
Methods inherited from class org.apache.cxf.common.i18n.Exception |
getCode, getMessage |
BusException
public BusException(org.apache.cxf.common.i18n.Message msg)
- Constructs a
BusException
with the provided detail message.
BusException
public BusException(org.apache.cxf.common.i18n.Message msg,
Throwable cause)
- Constructs a
BusException
with the detail message and cause
provided.
BusException
public BusException(Throwable cause)
- Constructs a
BusException
with the provided cause.
Apache CXF