public class PublishException
extends java.lang.Exception
Throwable
that indicates a
failure while publishing captured data to any external destination.Constructor and Description |
---|
PublishException(java.lang.String message)
Construcs a new exception with specified detail message.
|
PublishException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new exception with the specified detail message and cause.
|
PublishException(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.
|
PublishException(java.lang.Throwable cause)
Constructs a new exception with the specified cause.
|
public PublishException(java.lang.String message)
message
- exception's messagepublic PublishException(java.lang.Throwable cause)
cause
- causing Throwable
objectpublic PublishException(java.lang.String message, java.lang.Throwable cause)
message
- exception's messagecause
- causing Throwable
objectpublic PublishException(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