public class ReviewException extends Exception
ReviewException
is a generic exception for all failures in the Review API.Constructor and Description |
---|
ReviewException(String message)
Creates a ReviewException.
|
ReviewException(String message,
Throwable cause)
Creates a ReviewException.
|
ReviewException(Throwable cause)
Creates a ReviewException.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ReviewException(String message)
message
- A message that is to be goes with the exceptionpublic ReviewException(String message, Throwable cause)
message
- A message that goes with the exceptioncause
- The underlying cause for the exceptionpublic ReviewException(Throwable cause)
cause
- The underlying cause for the exception"Copyright © 2006 - 2015 Adobe Systems Incorporated. All Rights Reserved"