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()
           
NamedCacheNotFoundException(String message)
           
NamedCacheNotFoundException(String message, Throwable cause)
           
NamedCacheNotFoundException(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()

NamedCacheNotFoundException

public NamedCacheNotFoundException(String message)

NamedCacheNotFoundException

public NamedCacheNotFoundException(String message,
                                   Throwable cause)

NamedCacheNotFoundException

public NamedCacheNotFoundException(Throwable cause)

Google Analytics

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