Package xal.ca
Class MonitorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
xal.ca.ChannelException
xal.ca.MonitorException
- All Implemented Interfaces:
Serializable
- Author:
- CKAllen
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates newMonitorException
without detail message.MonitorException
(String msg) Constructs anMonitorException
with the specified detail message.MonitorException
(String msg, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MonitorException
public MonitorException()Creates newMonitorException
without detail message. -
MonitorException
Constructs anMonitorException
with the specified detail message.- Parameters:
msg
- the detail message.
-
MonitorException
-