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:
java.io.Serializable
public class ValidationFailedException extends PubServerException
Exception thrown by a failing bean validation.- See Also:
com.priint.pubserver.validation, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ValidationFailedException(java.lang.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, retrieveErrorsStack
-
-