public class PersonValidationException extends LspsException
Signals that user provided invalid person data. This exception is thrown when a new person should be created or when an existing person should be updated but the provided data is not valid.
Constructor and Description |
---|
PersonValidationException(String message) |
getModelInstanceStates, setModelInstanceStates
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public PersonValidationException(String message)
message
- the error message providing detailed description of the
the problem.Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.