Class AuthManagerException

All Implemented Interfaces:
Serializable

public class AuthManagerException extends OneDriveConnectionException
Defines the exception thrown from AuthManager.
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