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