Package org.fcrepo.kernel.api.exception
Class InvalidResourceIdentifierException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.fcrepo.kernel.api.exception.RepositoryRuntimeException
org.fcrepo.kernel.api.exception.InvalidResourceIdentifierException
- All Implemented Interfaces:
Serializable
This exception is used for invalid resource identifiers, such as when a resource path has empty segments.
Note: This exception is *not* used for valid identifiers that point to non-existent resources.
- Since:
- July 14, 2015
- Author:
- awoods
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructorConstructor -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidResourceIdentifierException
Constructor- Parameters:
msg- root cause
-
InvalidResourceIdentifierException
Constructor- Parameters:
msg- root causee- root cause exception
-