java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jakarta.validation.ValidationException
jakarta.validation.NoProviderFoundException
- All Implemented Interfaces:
 Serializable
Exception raised if no Jakarta Validation provider could be found.
- Since:
 - 2.0
 - See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionNoProviderFoundException(String message) NoProviderFoundException(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 
- 
Constructor Details
- 
NoProviderFoundException
public NoProviderFoundException() - 
NoProviderFoundException
 - 
NoProviderFoundException
 - 
NoProviderFoundException
 
 -