Package org.fcrepo.kernel.api.exception
Class RequestWithAclLinkHeaderException
- 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.RequestWithAclLinkHeaderException
-
- All Implemented Interfaces:
Serializable
public class RequestWithAclLinkHeaderException extends ConstraintViolationException
Request failed with ACL link header- Since:
- 2018-07-25
- Author:
- lsitu
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RequestWithAclLinkHeaderException(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
-
RequestWithAclLinkHeaderException
public RequestWithAclLinkHeaderException(String msg)
Ordinary constructor.- Parameters:
msg
- the message
-
-