Package org.fcrepo.kernel.api.exception
Class PathNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.fcrepo.kernel.api.exception.PathNotFoundException
- All Implemented Interfaces:
Serializable
Indicates the path was not found in the repository.
- Author:
- dbernstein, whikloj
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionOrdinary constructorPathNotFoundException(String message, Throwable cause) Constructor for wrapping 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
-
PathNotFoundException
Ordinary constructor- Parameters:
msg- the message
-
PathNotFoundException
Constructor for wrapping exception.- Parameters:
message- the original message.cause- the root cause.
-