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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NamedCacheNotFoundException
public NamedCacheNotFoundException()
NamedCacheNotFoundException
public NamedCacheNotFoundException(String message)
NamedCacheNotFoundException
public NamedCacheNotFoundException(String message,
Throwable cause)
NamedCacheNotFoundException
public NamedCacheNotFoundException(Throwable cause)
Copyright © 2010 JBoss, a division of Red Hat. All Rights Reserved.