Class ParameterOutOfBoundsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.data.repository.query.ParameterOutOfBoundsException
- All Implemented Interfaces:
Serializable
Exception to be thrown when trying to access a
Parameter
with an invalid index inside a Parameters
instance.- Author:
- Oliver Gierke
- See Also:
-
Constructor Summary
ConstructorDescriptionParameterOutOfBoundsException
(String message, Throwable cause) Creates a newParameterOutOfBoundsException
with the given exception as 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
-
ParameterOutOfBoundsException
Creates a newParameterOutOfBoundsException
with the given exception as cause.- Parameters:
message
-cause
-
-