public class ReviewException
extends java.lang.Exception
ReviewException
is a generic exception for all failures in the Review API.Constructor and Description |
---|
ReviewException(java.lang.String message)
Creates a ReviewException.
|
ReviewException(java.lang.String message,
java.lang.Throwable cause)
Creates a ReviewException.
|
ReviewException(java.lang.Throwable cause)
Creates a ReviewException.
|
public ReviewException(java.lang.String message)
message
- A message that is to be goes with the exceptionpublic ReviewException(java.lang.String message, java.lang.Throwable cause)
message
- A message that goes with the exceptioncause
- The underlying cause for the exceptionpublic ReviewException(java.lang.Throwable cause)
cause
- The underlying cause for the exceptionCopyright © 2010 - 2020 Adobe. All Rights Reserved