org.jboss.security.cache
Class SecurityCacheException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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
SecurityCacheException()
           
SecurityCacheException(String message)
           
SecurityCacheException(String message, Throwable t)
           
SecurityCacheException(Throwable t)
           
 
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

SecurityCacheException

public SecurityCacheException()

SecurityCacheException

public SecurityCacheException(String message,
                              Throwable t)

SecurityCacheException

public SecurityCacheException(String message)

SecurityCacheException

public SecurityCacheException(Throwable t)


Copyright © 2011 JBoss Inc.. All Rights Reserved.