Class ResourceProxyServlet.InvalidRequestException

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    ResourceProxyServlet

    protected static class ResourceProxyServlet.InvalidRequestException
    extends java.lang.RuntimeException
    Exception internally used to indicate that the request is invalid, due to a parameter value.
    Since:
    5.5.0
    Version:
    $Revision: 24678 $ $Date: 2021-08-21 22:28:26 -0300 (Sat, 21 Aug 2021) $
    See Also:
    Serialized Form
    • Method Summary

      • 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

      • InvalidRequestException

        public InvalidRequestException()
      • InvalidRequestException

        public InvalidRequestException​(java.lang.String message,
                                       java.lang.Throwable cause)
      • InvalidRequestException

        public InvalidRequestException​(java.lang.String message)
      • InvalidRequestException

        public InvalidRequestException​(java.lang.Throwable cause)