Package com.saperion.ngc.exception
Class CacheUnavailableException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- com.saperion.ngc.exception.NgcException
- 
- com.saperion.ngc.exception.CacheUnavailableException
 
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 
 public class CacheUnavailableException extends NgcException This exception is thrown if a cache is unavailable (e.g. deactivated by configuration) an access to it is tried.- Author:
- chg
- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description CacheUnavailableException(java.lang.String message)
 
-