
public class MonitorDataException extends MonitorException
| Constructor and Description |
|---|
MonitorDataException()
Constructs a
MonitorDataException with
null as its error detail message. |
MonitorDataException(String s)
Constructs an
MonitorDataException with the specified
detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MonitorDataException()
MonitorDataException with
null as its error detail message.public MonitorDataException(String s)
MonitorDataException 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.