Package digilib.auth
Class AuthOpException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- digilib.auth.AuthOpException
-
- All Implemented Interfaces:
Serializable
public class AuthOpException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AuthOpException()
AuthOpException(String s)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
AuthOpException
public AuthOpException()
-
AuthOpException
public AuthOpException(String s)
-
-