public class AsyncCallbackFailureHandler extends Object
Implementing institution should override this class to custom handle failures.
Modifier and Type | Field and Description |
---|---|
protected static SessionTimeoutHandler |
sessionTimeoutHandler
Attempt to provide default session timeout handling.
|
Constructor and Description |
---|
AsyncCallbackFailureHandler() |
Modifier and Type | Method and Description |
---|---|
void |
handleFailure(Throwable caught)
Override this method to process any exceptions you wish to handle.
|
void |
handleTimeout(Throwable caught)
By default this defers to handleFailure.
|
void |
handleVersionMismatch(Throwable caught) |
void |
onFailure(Throwable caught) |
protected static final SessionTimeoutHandler sessionTimeoutHandler
public AsyncCallbackFailureHandler()
public void handleFailure(Throwable caught)
caught
- public void handleTimeout(Throwable caught)
caught
- public void handleVersionMismatch(Throwable caught)
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.