Class OidcError

All Implemented Interfaces:
Future<Void>, Associator, Eligible

public class OidcError extends Error
The Class OidcError.
  • Constructor Details

    • OidcError

      public OidcError(Error event, OidcError.Kind kind)
      Instantiates a new oidc authentication failure.
      Parameters:
      event - the event
      kind - the kind
    • OidcError

      public OidcError(Event<?> event, OidcError.Kind kind, String message, Throwable throwable)
      Instantiates a new oidc authentication failure.
      Parameters:
      event - the event
      kind - the kind
      message - the message
      throwable - the throwable
    • OidcError

      public OidcError(Event<?> event, OidcError.Kind kind, String message)
      Instantiates a new oidc authentication failure.
      Parameters:
      event - the event
      kind - the kind
      message - the message
    • OidcError

      public OidcError(Event<?> event, OidcError.Kind kind, Throwable throwable)
      Instantiates a new oidc authentication failure.
      Parameters:
      event - the event
      kind - the kind
      throwable - the throwable
  • Method Details