Class OAuth20MediatorException

All Implemented Interfaces:
Serializable

public class OAuth20MediatorException extends OAuth20Exception
Represents a mediation exception in an OAuth request. The component consumer that implements OAuth20Mediator throws this exception if an error occurs during Mediator processing.
See Also:
  • Constructor Details

    • OAuth20MediatorException

      public OAuth20MediatorException(String msg, Throwable cause)
      Creates a OAuth20MediatorException.
      Parameters:
      msg - the error message.
      cause - the root cause.
  • Method Details