Class ValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.netflix.spinnaker.kork.exceptions.SpinnakerException
com.netflix.spinnaker.kork.web.exceptions.InvalidRequestException
com.netflix.spinnaker.kork.web.exceptions.ValidationException
- All Implemented Interfaces:
HasAdditionalAttributes,Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionValidationException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace, Collection errors) ValidationException(String message, Throwable cause, Collection errors) ValidationException(String message, Collection errors) ValidationException(Throwable cause, Collection errors) ValidationException(Collection errors) -
Method Summary
Methods inherited from class com.netflix.spinnaker.kork.exceptions.SpinnakerException
newInstanceMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ValidationException
-
ValidationException
-
ValidationException
-
ValidationException
-
ValidationException
public ValidationException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace, Collection errors)
-
-
Method Details
-
getAdditionalAttributes
- Specified by:
getAdditionalAttributesin interfaceHasAdditionalAttributes
-