public class GQLException extends RuntimeException
| Constructor and Description |
|---|
GQLException()
Deprecated.
|
GQLException(String message)
Constructs a new
GQLException with given message. |
GQLException(String message,
Throwable cause)
Constructs a new
GQLException with given message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString@Deprecated public GQLException()
public GQLException(String message)
GQLException with given message.message - the message for the exceptionpublic GQLException(String message, Throwable cause)
GQLException with given message.message - the exception messagecause - the cause (which is saved for later retrieval by the
Throwable.getCause() method). (A null value is
permitted, and indicates that the cause is nonexistent or
unknown.)Copyright © 2019. All rights reserved.