Class AuthInfoStoreException

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

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

    • AuthInfoStoreException

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

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