GoogleClientException

Inheritance: java.lang.Object, java.lang.Throwable, java.lang.Exception, java.lang.RuntimeException, com.aspose.ms.System.Exception, com.aspose.email.AsposeException

public class GoogleClientException extends AsposeException

Represents errors that occur during ActiveSync protocol execution.

1

Constructors

ConstructorDescription
GoogleClientException(String message)Initializes a new instance of the GoogleClientException class with a specified error message.
GoogleClientException()Initializes a new instance of the GoogleClientException class.
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.

Methods

MethodDescription
addSuppressed(Throwable arg0)
equals(Object arg0)
fillInStackTrace()
getCause()
getClass()
getErrorCode()Returns a code of error.
getErrorDetails()Gets extra information aboout error
getInnerException()
getLocalizedMessage()
getMessage()Gets a message that describes the current exception.
getStackTrace()
getSuppressed()
getType()
hashCode()
initCause(Throwable arg0)
notify()
notifyAll()
printStackTrace()
printStackTrace(PrintStream arg0)
printStackTrace(PrintWriter arg0)
setStackTrace(StackTraceElement[] arg0)
toString()Returns a string that represents the current object.
wait()
wait(long arg0)
wait(long arg0, int arg1)

GoogleClientException(String message)

public GoogleClientException(String message)

Initializes a new instance of the GoogleClientException class with a specified error message.

Parameters:

ParameterTypeDescription
messagejava.lang.StringA message that describes the error.

GoogleClientException()

public GoogleClientException()

Initializes a new instance of the GoogleClientException class.

GoogleClientException(String message, Throwable innerException)

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.

Parameters:

ParameterTypeDescription
messagejava.lang.StringThe error message that explains the reason for the exception.
innerExceptionjava.lang.ThrowableThe exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.

GoogleClientException(Throwable innerException)

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.

Parameters:

ParameterTypeDescription
innerExceptionjava.lang.ThrowableThe exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.

addSuppressed(Throwable arg0)

public final synchronized void addSuppressed(Throwable arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Throwable

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

fillInStackTrace()

public synchronized Throwable fillInStackTrace()

Returns: java.lang.Throwable

getCause()

public synchronized Throwable getCause()

Returns: java.lang.Throwable

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getErrorCode()

public final int getErrorCode()

Returns a code of error.

Returns: int

getErrorDetails()

public final Object getErrorDetails()

Gets extra information aboout error

Returns: java.lang.Object

getInnerException()

public Throwable getInnerException()

Returns: java.lang.Throwable

getLocalizedMessage()

public String getLocalizedMessage()

Returns: java.lang.String

getMessage()

public String getMessage()

Gets a message that describes the current exception.

Returns: java.lang.String

getStackTrace()

public StackTraceElement[] getStackTrace()

Returns: java.lang.StackTraceElement[]

getSuppressed()

public final synchronized Throwable[] getSuppressed()

Returns: java.lang.Throwable[]

getType()

public System.Type getType()

Returns: com.aspose.ms.System.Type

hashCode()

public native int hashCode()

Returns: int

initCause(Throwable arg0)

public synchronized Throwable initCause(Throwable arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Throwable

Returns: java.lang.Throwable

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

printStackTrace()

public void printStackTrace()

printStackTrace(PrintStream arg0)

public void printStackTrace(PrintStream arg0)

Parameters:

ParameterTypeDescription
arg0java.io.PrintStream

printStackTrace(PrintWriter arg0)

public void printStackTrace(PrintWriter arg0)

Parameters:

ParameterTypeDescription
arg0java.io.PrintWriter

setStackTrace(StackTraceElement[] arg0)

public void setStackTrace(StackTraceElement[] arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.StackTraceElement[]

toString()

public String toString()

Returns a string that represents the current object.

Returns: java.lang.String - A string that represents the current object.

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int