Package xal.ca

Class MonitorException

All Implemented Interfaces:
Serializable

public class MonitorException extends ChannelException
Author:
CKAllen
See Also:
  • Constructor Details

    • MonitorException

      public MonitorException()
      Creates new MonitorException without detail message.
    • MonitorException

      public MonitorException(String msg)
      Constructs an MonitorException with the specified detail message.
      Parameters:
      msg - the detail message.
    • MonitorException

      public MonitorException(String msg, Throwable cause)