Class ValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
tech.guilhermekaua.spigotboot.core.exceptions.ValidationException
- All Implemented Interfaces:
Serializable
Exception thrown when validation fails.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionValidationException(@NotNull String message) ValidationException(@NotNull String message, @Nullable Throwable cause) ValidationException(@NotNull Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ValidationException
-
ValidationException
-
ValidationException
-