Package org.fcrepo.kernel.api.exception
Class ExternalMessageBodyException
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.ExternalMessageBodyException
- All Implemented Interfaces:
Serializable
Indicates that an external body request has failed
- Since:
- April 18, 2018
- Author:
- bseeger
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionOrdinary constructorExternalMessageBodyException(String msg, Throwable rootCause) 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 Details
-
ExternalMessageBodyException
Ordinary constructor- Parameters:
msg- the message
-
ExternalMessageBodyException
Ordinary constructor.- Parameters:
msg- the messagerootCause- the root cause
-