Package jakarta.validation
Class NoProviderFoundException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- java.lang.RuntimeException
 - 
- jakarta.validation.ValidationException
 - 
- jakarta.validation.NoProviderFoundException
 
 
 
 
 
 
- 
- All Implemented Interfaces:
 Serializable
public class NoProviderFoundException extends ValidationException
Exception raised if no Jakarta Bean Validation provider could be found.- Since:
 - 2.0
 - Author:
 - Gunnar Morling
 - See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description NoProviderFoundException()NoProviderFoundException(String message)NoProviderFoundException(String message, Throwable cause)NoProviderFoundException(Throwable cause) 
- 
Method Summary
- 
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
 - 
 
 -