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:
java.io.Serializable
public class TokenCredentialsExpiredException extends javax.security.auth.login.CredentialException
Subclass ofCredentialException
indicating that the token credentials used for repository login have expired.- Since:
- Oak 1.40
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TokenCredentialsExpiredException(java.lang.String msg)
Constructs aTokenCredentialsExpiredException
with the specified detail message describing this particular exception.
-