Class DestroyedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- edu.uiuc.ncsa.security.core.exceptions.GeneralException
-
- edu.uiuc.ncsa.security.core.exceptions.DestroyedException
-
- All Implemented Interfaces:
Serializable
public class DestroyedException extends GeneralException
Used by caches, this is thrown if an attempt to write to the cache is made after the cache has had itsdestroy
method invoked.Created by Jeff Gaynor
on May 10, 2010 at 8:40:42 AM- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DestroyedException()
DestroyedException(String message)
DestroyedException(String message, Throwable cause)
DestroyedException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-