Package org.jboss.security.cache
Class SecurityCacheException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.jboss.security.cache.SecurityCacheException
-
- All Implemented Interfaces:
Serializable
public class SecurityCacheException extends Exception
Security Cache Exception denoting a cache operation failure- Since:
- May 13, 2007
- Version:
- $Revision$
- Author:
- Anil.Saldhana@redhat.com
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SecurityCacheException()
SecurityCacheException(String message)
SecurityCacheException(String message, Throwable t)
SecurityCacheException(Throwable t)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-