Package apoc.util.collection
Class ResourceIteratorCloseFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
apoc.util.collection.ResourceIteratorCloseFailedException
- All Implemented Interfaces:
Serializable
This exception is thrown when a checked exception occurs inside
Resource.close().
It is a RuntimeException since Resource.close() is not allowed to throw checked exceptions.- See Also:
-
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
-
ResourceIteratorCloseFailedException
-
ResourceIteratorCloseFailedException
-