Class DefaultStoreDisabledException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- edu.uiuc.ncsa.security.core.exceptions.GeneralException
-
- edu.uiuc.ncsa.security.core.configuration.provider.DefaultStoreDisabledException
-
- All Implemented Interfaces:
Serializable
public class DefaultStoreDisabledException extends GeneralException
An exception to be thrown if default stores are disabled.Created by Jeff Gaynor
on 5/11/12 at 12:09 PM- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DefaultStoreDisabledException()
DefaultStoreDisabledException(String message)
DefaultStoreDisabledException(String message, Throwable cause)
DefaultStoreDisabledException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-