Package org.fcrepo.kernel.api.exception
Class InvalidPrefixException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.fcrepo.kernel.api.exception.RepositoryRuntimeException
-
- org.fcrepo.kernel.api.exception.InvalidPrefixException
-
- All Implemented Interfaces:
Serializable
public class InvalidPrefixException extends RepositoryRuntimeException
Indicates a prefix used in a CRUD request has existed in the repository- Since:
- Nov 2, 2015
- Author:
- nianma
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidPrefixException(String msg)
Ordinary 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
-
InvalidPrefixException
public InvalidPrefixException(String msg)
Ordinary constructor- Parameters:
msg
- the message
-
-