Class ValidationExecutionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- app.coronawarn.server.services.distribution.assembly.appconfig.validation.ValidationExecutionException
-
- All Implemented Interfaces:
Serializable
public class ValidationExecutionException extends RuntimeException
The validation could not be executed. Find more information about the root cause in the cause element, and in the message property.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ValidationExecutionException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-