Class OneDriveConnectionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.amilesend.onedrive.connection.OneDriveConnectionException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AuthManagerException,RequestException,ResponseException
Defines the exception thrown from
OneDriveConnection.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a newOneDriveConnectionException.OneDriveConnectionException(String msg, Throwable cause) Creates a newOneDriveConnectionException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
OneDriveConnectionException
Creates a newOneDriveConnectionException.- Parameters:
msg- the exception message
-
OneDriveConnectionException
Creates a newOneDriveConnectionException.- Parameters:
msg- the exception messagecause- the cause of the exception
-