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
public class ExternalMessageBodyException extends ConstraintViolationException
Indicates that an external body request has failed- Since:
- April 18, 2018
- Author:
- bseeger
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExternalMessageBodyException(String msg)
Ordinary 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 Detail
-
ExternalMessageBodyException
public ExternalMessageBodyException(String msg)
Ordinary constructor- Parameters:
msg
- the message
-
ExternalMessageBodyException
public ExternalMessageBodyException(String msg, Throwable rootCause)
Ordinary constructor.- Parameters:
msg
- the messagerootCause
- the root cause
-
-