javax.cache
Class InvalidConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.cache.CacheException
javax.cache.InvalidConfigurationException
- All Implemented Interfaces:
- Serializable
public class InvalidConfigurationException
- extends CacheException
An exception to report invalid configuration settings.
This indicates a configuration is invalid for the cache implementation.
- Since:
- 1.0
todo Have a vote on when this should: if at all and compared with IllegalArgumentException
- Author:
- Greg Luck, Yannis Cosmadopoulos
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InvalidConfigurationException
public InvalidConfigurationException(String message)
- Constructs a new InvalidConfigurationException with a message string.
- Parameters:
message
- the detail message. The detail message is saved for
later retrieval by the Throwable.getMessage()
method.
InvalidConfigurationException
public InvalidConfigurationException()
- Constructs a new InvalidConfigurationException.
Copyright © 2011. All Rights Reserved.