public class GrokException extends RuntimeException
Grok exception of some sort has occurred.
This class is the general class of
exceptions produced by failed or interrupted Grok operations.| 构造器和说明 |
|---|
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.
|
public 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 © 2022. All rights reserved.