Class InvalidAuthResponseException

  • All Implemented Interfaces:
    java.io.Serializable

    public class InvalidAuthResponseException
    extends java.lang.RuntimeException
    Thrown if the authorization server's response cannot be mapped to OAuthResponseData or OAuthService in case of service authentication.

    Author:
    Erhan Bagdemir
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • InvalidAuthResponseException

        public InvalidAuthResponseException​(java.lang.String message,
                                            java.lang.Throwable cause)
        Constructs a new InvalidAuthResponseException instance.

        Parameters:
        message - Message of the exception.
        cause - Cause of the exception.