Class RefreshTokenException

  • All Implemented Interfaces:
    java.io.Serializable

    public class RefreshTokenException
    extends HttpException
    Indicates failure in creating an Refresh 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

      • RefreshTokenException

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

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