Package org.fcrepo.kernel.api.exception
Class UnsupportedMediaTypeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.fcrepo.kernel.api.exception.RepositoryRuntimeException
org.fcrepo.kernel.api.exception.UnsupportedMediaTypeException
- All Implemented Interfaces:
Serializable
Exception when trying to use an unsupported media type.
- Since:
- 6.0.0
- Author:
- whikloj
- 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
-
UnsupportedMediaTypeException
Default constructor.- Parameters:
msg- the exception message.
-