com.ibm.oauth.core.api.error.oauth20

Class OAuth20MediatorException

  • All Implemented Interfaces:
    java.io.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:
    Serialized Form
    • Constructor Detail

      • OAuth20MediatorException

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

      • formatSelf

        public java.lang.String formatSelf(java.util.Locale locale,
                                  java.lang.String encoding)
        Overrides:
        formatSelf in class OAuth20Exception