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 EventLogWhitelistUpdateError
public int getErrorCode()
getErrorCode
in interface EventLogWhitelistUpdateError
public EventLogWhitelistUpdateStage getUpdateStage()
getUpdateStage
in interface EventLogWhitelistUpdateError