Package org.opendaylight.aaa.api
Class AuthenticationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.opendaylight.aaa.api.AuthenticationException
-
- All Implemented Interfaces:
Serializable
public class AuthenticationException extends RuntimeException
A catch-all authentication exception.- Author:
- liemmn
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AuthenticationException(String msg)
AuthenticationException(String msg, Throwable cause)
AuthenticationException(Throwable throwable)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-