Package x.oauth

Class OAuthException

All Implemented Interfaces:
Serializable

public class OAuthException extends Exception
Author:
saksit
See Also:
  • Field Details

    • log

      protected static org.slf4j.Logger log
  • Constructor Details

    • OAuthException

      public OAuthException(String message)
    • OAuthException

      public OAuthException(Throwable e, String message)
  • Method Details