Package nl.vpro.domain.image.backend
Class ImageEmptyException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalArgumentException
-
- nl.vpro.domain.NotFoundException
-
- nl.vpro.domain.image.backend.ImageNotFoundException
-
- nl.vpro.domain.image.backend.ImageEmptyException
-
- All Implemented Interfaces:
Serializable
public class ImageEmptyException extends ImageNotFoundException
A stream representing the image was found, but it is empty, unlikely representing a valid image.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ImageEmptyException(long id, String s)
-
Method Summary
-
Methods inherited from class nl.vpro.domain.NotFoundException
getIdentifier
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ImageEmptyException
public ImageEmptyException(long id, String s)
-
-