public class ClientAuthenticatorException extends ClientException
| Constructor and Description |
|---|
ClientAuthenticatorException(java.lang.String message,
OneDriveErrorCodes code)
Creates a client authentication message.
|
ClientAuthenticatorException(java.lang.String message,
java.lang.Throwable ex,
OneDriveErrorCodes code)
Creates a client authentication message.
|
isErrorpublic ClientAuthenticatorException(java.lang.String message,
java.lang.Throwable ex,
OneDriveErrorCodes code)
message - The message to display.ex - The exception from the client.code - The code for this error.public ClientAuthenticatorException(java.lang.String message,
OneDriveErrorCodes code)
message - The message to display.code - The code for this error.