Package jakarta.security.auth.message
Class AuthException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.security.GeneralSecurityException
javax.security.auth.login.LoginException
jakarta.security.auth.message.AuthException
-
Constructor Summary
ConstructorDescriptionAuthException
(String msg) AuthException
(String msg, Throwable cause) Construct an instance of AuthException.AuthException
(Throwable cause) Construct an instance of AuthException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AuthException
public AuthException() -
AuthException
-
AuthException
-
AuthException
Construct an instance of AuthException.- Parameters:
cause
- The cause of the exception- Since:
- Authentication 3.0
-