public class GrokException
extends java.lang.RuntimeException
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(java.lang.String message)
Constructs a new GrokException.
|
GrokException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new GrokException.
|
GrokException(java.lang.Throwable cause)
Constructs a new GrokException.
|
public GrokException()
public GrokException(java.lang.String message,
java.lang.Throwable cause)
message - the reason for the exceptioncause - the underlying Throwable that caused this exception to be thrown.public GrokException(java.lang.String message)
message - the reason for the exceptionpublic GrokException(java.lang.Throwable cause)
cause - the underlying Throwable that caused this exception to be thrown.