public class BusException extends Exception
| Constructor and Description |
|---|
BusException(Message msg)
Constructs a
BusException with the provided detail message. |
BusException(Message msg,
java.lang.Throwable cause)
Constructs a
BusException with the detail message and cause
provided. |
BusException(java.lang.Throwable cause)
Constructs a
BusException with the provided cause. |
getCode, getMessagepublic BusException(Message msg)
BusException with the provided detail message.public BusException(Message msg, java.lang.Throwable cause)
BusException with the detail message and cause
provided.public BusException(java.lang.Throwable cause)
BusException with the provided cause.