public abstract class RestValidationException extends Exception
| Constructor and Description |
|---|
RestValidationException() |
RestValidationException(String message) |
RestValidationException(String message,
Throwable cause) |
RestValidationException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
RestValidationException(Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
abstract Optional<Object> |
getRestModelForException() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2014–2020 JBoss by Red Hat. All rights reserved.