Package org.fcrepo.kernel.api.exception
Class CannotCreateResourceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.fcrepo.kernel.api.exception.RepositoryRuntimeException
org.fcrepo.kernel.api.exception.ConstraintViolationException
org.fcrepo.kernel.api.exception.CannotCreateResourceException
- All Implemented Interfaces:
Serializable
Request for object creation failed
- Since:
- 2017-04-07
- Author:
- bseeger
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CannotCreateResourceException
Ordinary constructor.- Parameters:
msg- the message
-