Class OIDCProxyException

    • Field Detail

      • serialVersionUID

        private static final long serialVersionUID
        Generated serial UID.
        See Also:
        Constant Field Values
    • Constructor Detail

      • OIDCProxyException

        public OIDCProxyException()
        Constructor.
      • OIDCProxyException

        public OIDCProxyException​(String message,
                                  Throwable cause)
        Constructor.
        Parameters:
        message - exception message
        cause - exception to be wrapped by this one
      • OIDCProxyException

        public OIDCProxyException​(String message)
        Constructor.
        Parameters:
        message - exception message
      • OIDCProxyException

        public OIDCProxyException​(Throwable cause)
        Constructor.
        Parameters:
        cause - exception to be wrapped by this one