Class OAuthCredentialsException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.kingsrook.qqq.backend.core.exceptions.QException
com.kingsrook.qqq.backend.module.api.exceptions.OAuthCredentialsException
All Implemented Interfaces:
Serializable

public class OAuthCredentialsException extends QException
Exception to be thrown during OAuth Token generation.
See Also:
  • Constructor Details

    • OAuthCredentialsException

      public OAuthCredentialsException(String message)
    • OAuthCredentialsException

      public OAuthCredentialsException(String errorMessage, Exception e)