public class ConfigurationUpdateException extends Exception
Constructor and Description |
---|
ConfigurationUpdateException(String message,
String messageKey)
Constructs a new exception.
|
ConfigurationUpdateException(String message,
String messageKey,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
String |
getMessageKey()
Key referencing a localized error message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ConfigurationUpdateException(String message, String messageKey)
message
- the detail messagemessageKey
- optional message key for referencing a localized messagepublic String getMessageKey()
Copyright © 2019 Communote team. All rights reserved.