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:
java.io.Serializable
public class UncheckedRepositoryException extends java.lang.RuntimeException
Wraps aRepositoryException
with an unchecked exception. Useful inFunctionalInterface
methods/lambda expressions which must not throw checked exceptions.- Since:
- 3.6.10
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UncheckedRepositoryException(RepositoryException e)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RepositoryException
getCause()
-
-
-
Constructor Detail
-
UncheckedRepositoryException
public UncheckedRepositoryException(RepositoryException e)
-
-
Method Detail
-
getCause
public RepositoryException getCause()
- Overrides:
getCause
in classjava.lang.Throwable
-
-