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 SummaryConstructorsConstructorDescriptionParameterOutOfBoundsException(String message, Throwable cause) Creates a newParameterOutOfBoundsExceptionwith the given exception as cause.
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
ParameterOutOfBoundsExceptionCreates a newParameterOutOfBoundsExceptionwith the given exception as cause.- Parameters:
- message-
- cause-
 
 
-