Class TokenCredentialsExpiredException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.security.GeneralSecurityException
javax.security.auth.login.LoginException
javax.security.auth.login.CredentialException
org.apache.jackrabbit.oak.spi.security.authentication.token.TokenCredentialsExpiredException
- All Implemented Interfaces:
Serializable
Subclass of
CredentialException indicating that the token credentials used for repository login have expired.- Since:
- Oak 1.40
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs aTokenCredentialsExpiredExceptionwith the specified detail message describing this particular exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TokenCredentialsExpiredException
Constructs aTokenCredentialsExpiredExceptionwith the specified detail message describing this particular exception.- Parameters:
msg- the detail message.
-