public class MonitorNotInitializedException
extends java.lang.Exception
Throwable that indicates a
failure while publishing captured data to any external destination.| Constructor and Description |
|---|
MonitorNotInitializedException(java.lang.String message)
Construcs a new exception with specified detail message.
|
MonitorNotInitializedException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new exception with the specified detail message and cause.
|
MonitorNotInitializedException(java.lang.String message,
java.lang.Throwable cause,
boolean enableSuppression,
boolean writableStackTrace)
Constructs a new exception with the specified detail message, cause,
suppression enabled or disabled, and writable stack trace enabled or
disabled.
|
MonitorNotInitializedException(java.lang.Throwable cause)
Constructs a new exception with the specified cause.
|
public MonitorNotInitializedException(java.lang.String message)
message - exception's messagepublic MonitorNotInitializedException(java.lang.Throwable cause)
cause - causing Throwable objectpublic MonitorNotInitializedException(java.lang.String message,
java.lang.Throwable cause)
message - exception's messagecause - causing Throwable objectpublic MonitorNotInitializedException(java.lang.String message,
java.lang.Throwable cause,
boolean enableSuppression,
boolean writableStackTrace)
message - exception's messagecause - causing Throwable objectenableSuppression - whether or not suppression is enabled or disabledwritableStackTrace - whether or not the stack trace should be writable