Package org.bonitasoft.plugin.validation
Class ValidationErrorException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.bonitasoft.plugin.validation.ValidationErrorException
-
- All Implemented Interfaces:
Serializable
public class ValidationErrorException extends RuntimeException
Unchecked exception occurring when an operation is failing during a validation process.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ValidationErrorException(String message, Throwable cause)ValidationErrorException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-