Class OAuthReceiverException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.amilesend.onedrive.connection.auth.oauth.OAuthReceiverException
All Implemented Interfaces:
Serializable

public class OAuthReceiverException extends Exception
Defines the exception thrown from OAuthReceiver.
See Also:
  • Constructor Details

    • OAuthReceiverException

      public OAuthReceiverException(String msg)
      Creates a new OAuthReceiverException.
      Parameters:
      msg - the exception message
    • OAuthReceiverException

      public OAuthReceiverException(String msg, Throwable cause)
      Creates a new OAuthReceiverException.
      Parameters:
      msg - the exception message
      cause - the cause of the exception