Package steganography.video.exceptions
Class VideoCapacityException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- socialmediasteganography.SocialMediaSteganographyException
-
- steganography.exceptions.MediaCapacityException
-
- steganography.video.exceptions.VideoCapacityException
-
- All Implemented Interfaces:
java.io.Serializable
public class VideoCapacityException extends MediaCapacityException
- Since:
- : 05.01.21
Thrown if the capacity of the Video carrier is not enough to encode the given payload
- Author:
- : Enrico Gamil Toros Project name : ProjektSteganography
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description VideoCapacityException()
VideoCapacityException(java.lang.String message)
-