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:
java.io.Serializable
public class NoProviderFoundException extends ValidationException
Exception raised if no Jakarta Validation provider could be found.- Since:
- 2.0
- Author:
- Gunnar Morling
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoProviderFoundException()
NoProviderFoundException(java.lang.String message)
NoProviderFoundException(java.lang.String message, java.lang.Throwable cause)
NoProviderFoundException(java.lang.Throwable cause)
-
-
-
Constructor Detail
-
NoProviderFoundException
public NoProviderFoundException()
-
NoProviderFoundException
public NoProviderFoundException(java.lang.String message)
-
NoProviderFoundException
public NoProviderFoundException(java.lang.Throwable cause)
-
NoProviderFoundException
public NoProviderFoundException(java.lang.String message, java.lang.Throwable cause)
-
-