Package com.twelvemonkeys.servlet.image
Class ImageServletException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- javax.servlet.ServletException
-
- com.twelvemonkeys.servlet.image.ImageServletException
-
- All Implemented Interfaces:
java.io.Serializable
public class ImageServletException extends javax.servlet.ServletException
This exception is a subclass of ServletException, and acts just as a marker for exceptions thrown by the ImageServlet API.- Version:
- $Id: ImageServletException.java#2 $
- Author:
- Harald Kuhr, last modified by $Author: haku $
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ImageServletException(java.lang.String pMessage)
ImageServletException(java.lang.String pMessage, java.lang.Throwable pThrowable)
ImageServletException(java.lang.Throwable pThrowable)
-