|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectThrowable
Exception
RuntimeException
PageFlowManagedObjectException
PageFlowException
DoubleSubmitException
public class DoubleSubmitException
Exception thrown when an action marked with the
@Jpf.Action(preventDoubleSubmit=...
annotation attribute has been submitted to more than once.
Method Summary | |
---|---|
boolean |
causeMayBeSessionExpiration()
Tell whether the root cause may be session expiration in cases where the requested session ID is different than the actual session ID. |
protected Object[] |
getMessageArgs()
|
protected String[] |
getMessageParts()
|
void |
sendResponseErrorCode(HttpServletResponse response)
|
Methods inherited from class PageFlowException |
---|
getActionName, getFlowController, getFlowControllerURI, init |
Methods inherited from class PageFlowManagedObjectException |
---|
getLocalizedMessage, getManagedObject, getMessage, init, printError, sendError, setManagedObject |
Methods inherited from class Throwable |
---|
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
protected Object[] getMessageArgs()
getMessageArgs
in class PageFlowManagedObjectException
protected String[] getMessageParts()
getMessageParts
in class PageFlowManagedObjectException
public void sendResponseErrorCode(HttpServletResponse response) throws IOException
sendResponseErrorCode
in interface ResponseErrorCodeSender
IOException
public boolean causeMayBeSessionExpiration()
true
.
causeMayBeSessionExpiration
in class PageFlowException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |