Class AuthInfoStoreException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.amilesend.onedrive.connection.auth.store.AuthInfoStoreException
- All Implemented Interfaces:
Serializable
Defines the exception thrown from
AuthInfoStore
.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a newAuthInfoStoreException
.AuthInfoStoreException
(String msg, Throwable cause) Creates a newAuthInfoStoreException
. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AuthInfoStoreException
Creates a newAuthInfoStoreException
.- Parameters:
msg
- the exception message
-
AuthInfoStoreException
Creates a newAuthInfoStoreException
.- Parameters:
msg
- the exception messagecause
- the cause of the exception
-