Package org.infinispan.manager
Class NamedCacheNotFoundException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- org.infinispan.manager.NamedCacheNotFoundException
 
 
 
 
- 
- All Implemented Interfaces:
 Serializable
public class NamedCacheNotFoundException extends Exception
Thrown when a named cache cannot be found.- Since:
 - 4.0
 - Author:
 - (various)
 - See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description NamedCacheNotFoundException(String cacheName)NamedCacheNotFoundException(String cacheName, String message)NamedCacheNotFoundException(String cacheName, String message, Throwable cause)NamedCacheNotFoundException(String cacheName, Throwable cause) 
- 
Method Summary
- 
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
 - 
 
 -