public class InvalidConfigurationException extends CacheException
Constructor and Description |
---|
InvalidConfigurationException(Collection<ConfigError> errors)
Constructs a new exception with a message containing all config errors
|
InvalidConfigurationException(String message)
Constructs a new exception with a detailed message that explains the cause.
|
InvalidConfigurationException(String rootCause,
Collection<ConfigError> errors)
Constructs a new exception with a message containing all config errors
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InvalidConfigurationException(String message)
message
- the exception messagepublic InvalidConfigurationException(Collection<ConfigError> errors)
errors
- the list of error encounteredpublic InvalidConfigurationException(String rootCause, Collection<ConfigError> errors)
errors
- the list of error encounteredCopyright © 2003–2016 Terracotta, Inc.. All rights reserved.