Package org.fcrepo.kernel.api.exception
Class PathNotFoundRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.fcrepo.kernel.api.exception.RepositoryRuntimeException
org.fcrepo.kernel.api.exception.PathNotFoundRuntimeException
- All Implemented Interfaces:
Serializable
- Since:
- 9/15/14
- Author:
- cabeer
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPathNotFoundRuntimeException(String message) Create a PathNotFoundException directly.PathNotFoundRuntimeException(String message, Throwable rootCause) Wrap a PathNotFoundException in a runtime exception -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PathNotFoundRuntimeException
Wrap a PathNotFoundException in a runtime exception- Parameters:
message- the original message.rootCause- the root cause.
-
PathNotFoundRuntimeException
Create a PathNotFoundException directly.- Parameters:
message- the original message.
-