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 newMonitorExceptionwithout detail message.MonitorException(String msg) Constructs anMonitorExceptionwith 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 newMonitorExceptionwithout detail message. -
MonitorException
Constructs anMonitorExceptionwith the specified detail message.- Parameters:
msg- the detail message.
-
MonitorException
-