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