javax.cache
Class InvalidConfigurationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by javax.cache.CacheException
                  extended by 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
Author:
Greg Luck
See Also:
Serialized Form

Constructor Summary
InvalidConfigurationException()
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidConfigurationException

public InvalidConfigurationException()


Copyright © 2011. All Rights Reserved.