Package steganography.exceptions
Class UnsupportedMediaTypeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- socialmediasteganography.SocialMediaSteganographyException
-
- steganography.exceptions.UnsupportedMediaTypeException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
UnsupportedImageTypeException
,UnsupportedVideoTypeException
public class UnsupportedMediaTypeException extends SocialMediaSteganographyException
Thrown if an operation was attempted on a media it doesn't support.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnsupportedMediaTypeException()
UnsupportedMediaTypeException(java.lang.String message)
-