Class OAuthCredentialsException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.pac4j.core.exception.TechnicalException
org.pac4j.core.exception.CredentialsException
org.pac4j.oauth.exception.OAuthCredentialsException
All Implemented Interfaces:
Serializable

public class OAuthCredentialsException extends org.pac4j.core.exception.CredentialsException
This class represents an exception occurring during OAuth credentials retrieval.
Since:
1.3.0
Author:
Jerome Leleu
See Also:
  • Field Details

  • Constructor Details

    • OAuthCredentialsException

      public OAuthCredentialsException(String message)
  • Method Details

    • setErrorMessage

      public void setErrorMessage(String name, String message)
    • getErrorMessages

      public Map<String,String> getErrorMessages()
    • getError

      public String getError()
    • getErrorReason

      public String getErrorReason()
    • getErrorDescription

      public String getErrorDescription()
    • getErrorUri

      public String getErrorUri()