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