Package nl.vpro.domain.image.backend
Class ImageNotFoundException
- 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
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ImageEmptyException
public class ImageNotFoundException extends NotFoundException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ImageNotFoundException(long s, String message)ImageNotFoundException(long s, String message, Exception cause)ImageNotFoundException(String s, String message)ImageNotFoundException(String s, String message, Exception cause)
-
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
-
ImageNotFoundException
public ImageNotFoundException(long s, String message)
-
-