public class GrokException extends Exception
Grok exception of some sort has occurred.
This class is the general class of
exceptions produced by failed or interrupted Grok operations.| Constructor and Description |
|---|
GrokException()
Creates a new GrokException.
|
GrokException(String message)
Constructs a new GrokException.
|
GrokException(String message,
Throwable cause)
Constructs a new GrokException.
|
GrokException(Throwable cause)
Constructs a new GrokException.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic GrokException()
public GrokException(String message, Throwable cause)
message - the reason for the exceptioncause - the underlying Throwable that caused this exception to be thrown.public GrokException(String message)
message - the reason for the exceptionpublic GrokException(Throwable cause)
cause - the underlying Throwable that caused this exception to be thrown.Copyright © 2016. All rights reserved.