ReviewException
public
class
ReviewException
extends ApiException
An exception indicating something went wrong with the Review API.
See getErrorCode()
for the specific problem.
Summary
Public constructors
ReviewException
public ReviewException (int errorCode)
ReviewException
public ReviewException (Status status)
Public methods
getErrorCode
public int getErrorCode ()
Returns an error code value from ReviewErrorCode
.
getStatusCode
public int getStatusCode ()
Returns the error code resulting from the operation. The value is one of the constants in
ReviewErrorCode
. getStatusCode() is unsupported by ReviewException, please use
getErrorCode() instead.
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 UTC.
[null,null,["Last updated 2025-02-10 UTC."],[],[]]