Class JPANoSelectionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sap.olingo.jpa.processor.core.query.JPANoSelectionException
- All Implemented Interfaces:
Serializable
The exception shall be raised in case no selection left, so it is not necessary to perform a query.
It is expected that the exception is handled internally.
It is expected that the exception is handled internally.
- Author:
- Oliver Grande Created: 14.07.2019
- See Also:
- Serialized Form
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
JPANoSelectionException
public JPANoSelectionException()
-