Package org.apache.jackrabbit.vault.util
Class UncheckedRepositoryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.jackrabbit.vault.util.UncheckedRepositoryException
- All Implemented Interfaces:
Serializable
Wraps a
RepositoryException with an unchecked exception.
Useful in FunctionalInterface methods/lambda expressions which must not throw checked exceptions.- Since:
- 3.7.0
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString