Package steganography.exceptions
Class MediaNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- socialmediasteganography.SocialMediaSteganographyException
-
- steganography.exceptions.MediaNotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
AudioNotFoundException
,NoImageException
,VideoNotFoundException
public class MediaNotFoundException extends SocialMediaSteganographyException
Thrown if the attempt to read a certain type of media failed.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MediaNotFoundException()
MediaNotFoundException(java.lang.String message)
-