public abstract class ValidationException extends Exception
| Constructor and Description |
|---|
ValidationException() |
ValidationException(String message) |
ValidationException(String message,
Throwable cause) |
ValidationException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
ValidationException(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–2016. All rights reserved.