Class OAuthProcess.TokenError

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
eu.webtoolkit.jwt.auth.OAuthProcess.TokenError
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
OAuthProcess

protected static class OAuthProcess.TokenError
extends java.lang.RuntimeException
Exception thrown while parsing a token response.

See Also:
OAuthProcess.parseTokenResponse(HttpMessage response), Serialized Form
  • Constructor Summary

    Constructors
    Constructor Description
    TokenError​(java.lang.CharSequence error)
    Constructor.
  • Method Summary

    Modifier and Type Method Description
    WString getError()
    The error.

    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 Details

    • TokenError

      public TokenError​(java.lang.CharSequence error)
      Constructor.
  • Method Details

    • getError

      public WString getError()
      The error.