Infinispan Distribution 5.2.6.Final-redhat-2

org.infinispan
Class InvalidCacheUsageException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.infinispan.CacheException
                  extended by 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

Constructor Summary
InvalidCacheUsageException(String msg)
           
InvalidCacheUsageException(String msg, Throwable cause)
           
InvalidCacheUsageException(Throwable cause)
           
 
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

InvalidCacheUsageException

public InvalidCacheUsageException(Throwable cause)

InvalidCacheUsageException

public InvalidCacheUsageException(String msg)

InvalidCacheUsageException

public InvalidCacheUsageException(String msg,
                                  Throwable cause)

Infinispan Distribution 5.2.6.Final-redhat-2

Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.