Class AccessTokenException

  • All Implemented Interfaces:
    java.io.Serializable

    public class AccessTokenException
    extends HttpException
    Indicates failure in creating an Access token.
    Author:
    Daniel Sagenschneider
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, 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

      • AccessTokenException

        public AccessTokenException​(HttpStatus status,
                                    java.lang.Throwable cause)
        Instantiate.
        Parameters:
        status - HttpStatus.
        cause - Cause.
      • AccessTokenException

        public AccessTokenException​(java.lang.Throwable cause)
        Instantiate.
        Parameters:
        cause - Cause.