Class OIDCException

All Implemented Interfaces:
Serializable

public class OIDCException extends RuntimeException
This class represents an exception when handling OIDC rights and roles.
Author:
Armin Müller
See Also:
  • Constructor Details

    • OIDCException

      public OIDCException(String message)
      Constructor that contains a standard message.
      Parameters:
      message - an additional message for this exception (e.g. for further information)