Class 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
    • Method Summary

      • Methods inherited from class javax.servlet.ServletException

        getRootCause
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ImageServletException

        public ImageServletException​(java.lang.String pMessage)
      • ImageServletException

        public ImageServletException​(java.lang.Throwable pThrowable)
      • ImageServletException

        public ImageServletException​(java.lang.String pMessage,
                                     java.lang.Throwable pThrowable)