Class CacheUnavailableException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.infinispan.commons.CacheException
-
- org.infinispan.rest.cachemanager.exceptions.CacheUnavailableException
-
- All Implemented Interfaces:
Serializable
public class CacheUnavailableException extends CacheException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CacheUnavailableException(String msg)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
CacheUnavailableException
public CacheUnavailableException(String msg)
-
-