public class EventLogWhitelistLoadException extends java.lang.Exception implements EventLogWhitelistUpdateError
| Modifier and Type | Class and Description |
|---|---|
static class |
EventLogWhitelistLoadException.EventLogWhitelistLoadErrorType |
| Constructor and Description |
|---|
EventLogWhitelistLoadException(EventLogWhitelistLoadException.EventLogWhitelistLoadErrorType type) |
EventLogWhitelistLoadException(EventLogWhitelistLoadException.EventLogWhitelistLoadErrorType type,
int errorCode) |
EventLogWhitelistLoadException(EventLogWhitelistLoadException.EventLogWhitelistLoadErrorType type,
java.lang.Throwable throwable) |
| Modifier and Type | Method and Description |
|---|---|
int |
getErrorCode() |
java.lang.String |
getErrorType() |
EventLogWhitelistUpdateStage |
getUpdateStage() |
public EventLogWhitelistLoadException(EventLogWhitelistLoadException.EventLogWhitelistLoadErrorType type)
public EventLogWhitelistLoadException(EventLogWhitelistLoadException.EventLogWhitelistLoadErrorType type, java.lang.Throwable throwable)
public EventLogWhitelistLoadException(EventLogWhitelistLoadException.EventLogWhitelistLoadErrorType type, int errorCode)
public java.lang.String getErrorType()
getErrorType in interface EventLogWhitelistUpdateErrorpublic int getErrorCode()
getErrorCode in interface EventLogWhitelistUpdateErrorpublic EventLogWhitelistUpdateStage getUpdateStage()
getUpdateStage in interface EventLogWhitelistUpdateError