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
- All Implemented Interfaces:
- Serializable
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionAuthException(String msg) AuthException(String msg, Throwable cause) Construct an instance of AuthException.AuthException(Throwable cause) Construct an instance of AuthException.
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
AuthExceptionpublic AuthException()
- 
AuthException
- 
AuthExceptionConstruct an instance of AuthException.- Parameters:
- msg- Exception message
- cause- The cause of the exception
- Since:
- Authentication 3.0
 
- 
AuthExceptionConstruct an instance of AuthException.- Parameters:
- cause- The cause of the exception
- Since:
- Authentication 3.0
 
 
-