AceQLException Members
The AceQLException type exposes the following members.
Constructors
Name | Description | |
---|---|---|
AceQLException(String, Int32, Exception, HttpStatusCode) |
Initializes a new instance of the AceQLException class.
Corresponds to a client side failure/exception thrown.
|
|
AceQLException(String, Int32, String, HttpStatusCode) |
Initializes a new instance of the AceQLException class.
Corresponds to a Java Exception raised on server side.
|
Properties
Name | Description | ||||||
---|---|---|---|---|---|---|---|
ErrorType |
Gets the error type:
|
||||||
ExceptionCause |
Gets the [Exception] that is the cause.
|
||||||
HttpStatusCode |
Gets the HTTP status code.
|
||||||
Reason |
Gets the error message.
|
||||||
RemoteStackTrace |
Gets the remote Java stack trace.
|