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