Class TokenAuthenticationException

All Implemented Interfaces:
Serializable

public class TokenAuthenticationException extends NuxeoException
Exception thrown when an error occurs in the TokenAuthenticationService.
Since:
5.7
Author:
Antoine Taillefer ([email protected])
See Also:
  • Constructor Details

    • TokenAuthenticationException

      public TokenAuthenticationException(String message)
    • TokenAuthenticationException

      public TokenAuthenticationException(String message, Throwable cause)
    • TokenAuthenticationException

      public TokenAuthenticationException(Throwable cause)