@Deprecated public final class GmailClientException extends com.aspose.ms.System.Exception
Exception that is thrown in GmailClient
Constructor and Description |
---|
GmailClientException()
Deprecated.
Initializes a new instance of the
GmailClientException class |
GmailClientException(String message)
Deprecated.
Initializes a new instance of the
GmailClientException class with a specified error message. |
GmailClientException(String message,
com.aspose.ms.System.Exception inner)
Deprecated.
Initializes a new instance of the
GmailClientException class with a specified error message. |
getHResult, getInnerException, getType, setErrorCode, setHResult, toString
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public GmailClientException()
Initializes a new instance of the GmailClientException
class
public GmailClientException(String message)
Initializes a new instance of the GmailClientException
class with a specified error message.
message
- A message that describes the error.public GmailClientException(String message, com.aspose.ms.System.Exception inner)
Initializes a new instance of the GmailClientException
class with a specified error message.
message
- A message that describes the error.inner
- The exception causing the current exceptionCopyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.