Class TokenCredentialsExpiredException

  • All Implemented Interfaces:
    java.io.Serializable

    public class TokenCredentialsExpiredException
    extends javax.security.auth.login.CredentialException
    Subclass of CredentialException 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 a TokenCredentialsExpiredException with 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
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • TokenCredentialsExpiredException

        public TokenCredentialsExpiredException​(java.lang.String msg)
        Constructs a TokenCredentialsExpiredException with the specified detail message describing this particular exception.
        Parameters:
        msg - the detail message.