public class RestException extends RuntimeException
| Constructor and Description |
|---|
RestException(Exception e,
String responseString,
String exceptionMessageString) |
RestException(String responseString) |
RestException(String responseString,
String exceptionMessageString) |
RestException(Throwable cause,
String responseString) |
| Modifier and Type | Method and Description |
|---|---|
String |
getResponseString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic RestException(Throwable cause, String responseString)
cause - wrapped exceptionresponseString - gets printed to the userpublic RestException(String responseString)
responseString - gets printed to the userpublic RestException(String responseString, String exceptionMessageString)
responseString - gets printed to the userexceptionMessageString - gets printed to the error logs pagepublic String getResponseString()
Copyright © 2018 Denim Group, Ltd.; Secure Decisions, A Division of Applied Visions, Inc.. All rights reserved.