Class RetryException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- edu.uiuc.ncsa.security.core.exceptions.GeneralException
-
- edu.uiuc.ncsa.security.core.exceptions.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 Summary
Constructors Constructor Description RetryException()
RetryException(String message)
RetryException(String message, Throwable cause)
RetryException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-