Class IdpJoseException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ChallengeExpiredException, ChallengeSignatureInvalidException, IdpJwtExpiredException, IdpJwtSignatureInvalidException, NoNestedJwtFoundException, RequiredClaimException

public class IdpJoseException extends RuntimeException
See Also:
  • Constructor Details

    • IdpJoseException

      public IdpJoseException(Exception e)
    • IdpJoseException

      public IdpJoseException(String message, Exception e)
    • IdpJoseException

      public IdpJoseException(String s)
    • IdpJoseException

      public IdpJoseException(String message, boolean containsSensitiveInformation, Exception e)
  • Method Details

    • getMessageForUntrustedClients

      public String getMessageForUntrustedClients()