Class AuthManagerException

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

public class AuthManagerException extends RuntimeException
Defines the exception thrown from OneDriveAuthManager.
See Also:
  • Constructor Details

    • AuthManagerException

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

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