org.infinispan
Class InvalidCacheUsageException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.infinispan.CacheException
org.infinispan.InvalidCacheUsageException
- All Implemented Interfaces:
- Serializable
public class InvalidCacheUsageException
- extends CacheException
Thrown when client makes cache usage errors. Situations like this include
when clients invoke operations on the cache that are not allowed.
- Since:
- 5.2
- Author:
- Galder ZamarreƱo
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InvalidCacheUsageException
public InvalidCacheUsageException(Throwable cause)
InvalidCacheUsageException
public InvalidCacheUsageException(String msg)
InvalidCacheUsageException
public InvalidCacheUsageException(String msg,
Throwable cause)
Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.