Class OAuthException

    • Constructor Summary

      Constructors 
      Constructor Description
      OAuthException​(java.lang.String message)
      No-exception constructor.
      OAuthException​(java.lang.String message, java.lang.Exception e)
      Default constructor
    • 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

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

      • OAuthException

        public OAuthException​(java.lang.String message,
                              java.lang.Exception e)
        Default constructor
        Parameters:
        message - message explaining what went wrong
        e - original exception
      • OAuthException

        public OAuthException​(java.lang.String message)
        No-exception constructor. Used when there is no original exception
        Parameters:
        message - message explaining what went wrong