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
public class InvalidResourceIdentifierException extends RepositoryRuntimeException
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidResourceIdentifierException(String msg)
ConstructorInvalidResourceIdentifierException(String msg, Exception e)
Constructor
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
InvalidResourceIdentifierException
public InvalidResourceIdentifierException(String msg)
Constructor- Parameters:
msg
- root cause
-
InvalidResourceIdentifierException
public InvalidResourceIdentifierException(String msg, Exception e)
Constructor- Parameters:
msg
- root causee
- root cause exception
-
-