
public class MonitorTypeException extends MonitorException
| Constructor and Description |
|---|
MonitorTypeException()
Constructs a
MonitorTypeException with
null as its error detail message. |
MonitorTypeException(String s)
Constructs an
MonitorTypeException with the specified
detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MonitorTypeException()
MonitorTypeException with
null as its error detail message.public MonitorTypeException(String s)
MonitorTypeException with the specified
detail message. The error message string s can later be
retrieved by the Throwable.getMessage()
method of class java.lang.Throwable.s - the detail message.Copyright © 2017–2018 earcam. All rights reserved.