org.infinispan.manager
Class NamedCacheNotFoundException

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

NamedCacheNotFoundException

public NamedCacheNotFoundException(String cacheName)

NamedCacheNotFoundException

public NamedCacheNotFoundException(String cacheName,
                                   String message)

NamedCacheNotFoundException

public NamedCacheNotFoundException(String cacheName,
                                   String message,
                                   Throwable cause)

NamedCacheNotFoundException

public NamedCacheNotFoundException(String cacheName,
                                   Throwable cause)

-->

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