| org.apache.cxf.BusException
BusException | public class BusException extends org.apache.cxf.common.i18n.Exception (Code) | | The BusException class is used to indicate a bus exception has occurred.
|
Constructor Summary | |
public | BusException(Message msg) Constructs a BusException with the provided detail message. | public | BusException(Message msg, Throwable cause) Constructs a BusException with the detail message and cause
provided. | public | BusException(Throwable cause) Constructs a BusException with the provided cause. |
BusException | public BusException(Message msg)(Code) | | Constructs a BusException with the provided detail message.
|
BusException | public BusException(Message msg, Throwable cause)(Code) | | Constructs a BusException with the detail message and cause
provided.
|
BusException | public BusException(Throwable cause)(Code) | | Constructs a BusException with the provided cause.
|
|
|