
public class MonitorException extends Exception
| Constructor and Description |
|---|
MonitorException()
Create a MonitorException
|
MonitorException(String message)
Create a MonitorException with the given message.
|
MonitorException(String message,
Throwable cause)
Create a MonitorException with the given message and cause.
|
MonitorException(Throwable cause)
Create an InstrumentationException with the given cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MonitorException()
public MonitorException(String message)
message - the message to associate with the exception.public MonitorException(String message, Throwable cause)
message - the message to associate with the exception.cause - the exception causing this exception.public MonitorException(Throwable cause)
cause - the exception causing this exception.Copyright © 2017–2018 earcam. All rights reserved.