public class ValidationException extends Exception
Constructor and Description |
---|
ValidationException()
Constructor.
|
ValidationException(Exception wrappedException)
Constructor.
|
ValidationException(String message)
Constructor.
|
ValidationException(String message,
Exception wrappedException)
Constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ValidationException()
public ValidationException(String message)
message
- exception messagepublic ValidationException(Exception wrappedException)
wrappedException
- exception to be wrapped by this oneCopyright © 2018 JBoss by Red Hat. All rights reserved.