Package jakarta.validation
Class ConstraintDeclarationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- jakarta.validation.ValidationException
-
- jakarta.validation.ConstraintDeclarationException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
UnexpectedTypeException
public class ConstraintDeclarationException extends ValidationException
Exception raised if a constraint declaration is not legal.- Author:
- Emmanuel Bernard
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConstraintDeclarationException()
ConstraintDeclarationException(String message)
ConstraintDeclarationException(String message, Throwable cause)
ConstraintDeclarationException(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 Detail
-
ConstraintDeclarationException
public ConstraintDeclarationException(String message)
-
ConstraintDeclarationException
public ConstraintDeclarationException()
-
ConstraintDeclarationException
public ConstraintDeclarationException(String message, Throwable cause)
-
ConstraintDeclarationException
public ConstraintDeclarationException(Throwable cause)
-
-