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