Class OAuth20InternalException

All Implemented Interfaces:
Serializable

public class OAuth20InternalException extends OAuth20Exception
Represents an OAuth service provider internal exception while processing OAuth request.
See Also:
  • Constructor Details

    • OAuth20InternalException

      public OAuth20InternalException(Throwable cause)
      Creates a OAuth20InternalException.
      Parameters:
      cause - A root exception.
    • OAuth20InternalException

      public OAuth20InternalException(String msgKey, Throwable cause, String... unencodedTraceArguments)
  • Method Details