Class RetryException

  • All Implemented Interfaces:
    Serializable

    public class RetryException
    extends GeneralException
    This is thrown by servlets to indicate that an error has occurred (on user input) that requires that the page be redisplayed with an error message.

    Created by Jeff Gaynor
    on 8/24/15 at 1:11 PM

    See Also:
    Serialized Form
    • Constructor Detail

      • RetryException

        public RetryException()
      • RetryException

        public RetryException​(Throwable cause)
      • RetryException

        public RetryException​(String message)
      • RetryException

        public RetryException​(String message,
                              Throwable cause)