org.springframework.data.repository.query
Class ParameterOutOfBoundsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.data.repository.query.ParameterOutOfBoundsException
- All Implemented Interfaces:
- Serializable
public class ParameterOutOfBoundsException
- extends RuntimeException
Exception to be thrown when trying to access a Parameter
with an invalid index inside a Parameters
instance.
- Author:
- Oliver Gierke
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ParameterOutOfBoundsException
public ParameterOutOfBoundsException(String message,
Throwable cause)
- Creates a new
ParameterOutOfBoundsException
with the given exception as cause.
- Parameters:
message
- cause
-
Copyright © 2011-2013-2013 Pivotal. All Rights Reserved.