public class EventStorageHandlerException extends Exception
EventStorageHandler.| Constructor and Description |
|---|
EventStorageHandlerException(String message,
EventStorageHandler.Config handlerConfig) |
EventStorageHandlerException(String message,
EventStorageHandler.Config handlerConfig,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
EventStorageHandler.Config |
getHandlerConfig()
Returns the
EventStorageHandler.Config for the storage handler that failed. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic EventStorageHandlerException(String message, EventStorageHandler.Config handlerConfig)
public EventStorageHandlerException(String message, EventStorageHandler.Config handlerConfig, Throwable cause)
public EventStorageHandler.Config getHandlerConfig()
EventStorageHandler.Config for the storage handler that failed.Copyright © 2012–2021 Graylog, Inc.. All rights reserved.