Package com.priint.pubserver.exception
Class ValidationFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.priint.pubserver.exception.PubServerException
com.priint.pubserver.exception.ValidationFailedException
- All Implemented Interfaces:
Serializable
Exception thrown by a failing bean validation.
-
Constructor Summary
ConstructorsConstructorDescriptionValidationFailedException(String message) Instantiates a new Validation failed exception. -
Method Summary
Methods inherited from class com.priint.pubserver.exception.PubServerException
getCode, getErrorCodeInfo, getErrorsStack, getExceptionsStack, getFormattedMessage, getFormattedMessageTrace, getMessageStack, getModule, getParameters, retrieveErrorCodeInfo, retrieveErrorsStackMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ValidationFailedException
Instantiates a new Validation failed exception.- Parameters:
message- the message
-