public class GoogleClientException extends AsposeException
Represents errors that occur during ActiveSync protocol execution.
<filterpriority>1</filterpriority>| Constructor and Description |
|---|
GoogleClientException()
Initializes a new instance of the
GoogleClientException class. |
GoogleClientException(String message)
Initializes a new instance of the
GoogleClientException class with a specified error message. |
GoogleClientException(String message,
Throwable innerException)
Initializes a new instance of the
GoogleClientException class
with a specified error message and a reference to the inner exception that is the cause of this exception. |
GoogleClientException(Throwable innerException)
Initializes a new instance of the
GoogleClientException class
with a reference to the inner exception that is the cause of this exception. |
| Modifier and Type | Method and Description |
|---|---|
int |
getErrorCode()
Returns a code of error.
|
getErrorDetails, getMessage, toStringgetHResult, getInnerException, getType, setErrorCode, setHResultaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic GoogleClientException(String message)
Initializes a new instance of the GoogleClientException class with a specified error message.
message - A message that describes the error.public GoogleClientException()
Initializes a new instance of the GoogleClientException class.
public GoogleClientException(String message, Throwable innerException)
Initializes a new instance of the GoogleClientException class
with a specified error message and a reference to the inner exception that is the cause of this exception.
message - The error message that explains the reason for the exception.innerException - The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.public GoogleClientException(Throwable innerException)
Initializes a new instance of the GoogleClientException class
with a reference to the inner exception that is the cause of this exception.
innerException - The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.Copyright (c) 2008-2024 Aspose Pty Ltd. All Rights Reserved.