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
public class UnsupportedMediaTypeException extends RepositoryRuntimeException
Exception when trying to use an unsupported media type.- Since:
- 6.0.0
- Author:
- whikloj
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnsupportedMediaTypeException(String msg)
Default 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
-
UnsupportedMediaTypeException
public UnsupportedMediaTypeException(String msg)
Default constructor.- Parameters:
msg
- the exception message.
-
-