Class BusException

All Implemented Interfaces:
Serializable

public class BusException extends Exception
The BusException class is used to indicate a bus exception has occurred.
See Also:
  • Constructor Details

    • BusException

      public BusException(Message msg)
      Constructs a BusException with the provided detail message.
    • BusException

      public BusException(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.