public abstract class FaultResponder extends Object
Constructor and Description |
---|
FaultResponder() |
Modifier and Type | Method and Description |
---|---|
protected void |
doRespond(AccessLimitExceededException e) |
protected void |
doRespond(GridNotFoundException e) |
protected void |
doRespond(NoAccessPermissionException e) |
protected void |
doRespond(NodeNotFoundException e) |
protected void |
doRespond(ServiceNotActiveException e) |
protected void |
doRespond(ServiceNotFoundException e) |
protected void |
doRespond(ServiceNotFoundException e) |
protected abstract void |
doRespond(Throwable e) |
protected void |
doRespond(UserNotFoundException e) |
void |
respond(Throwable e) |
abstract void |
setResponse(javax.servlet.http.HttpServletResponse response) |
public abstract void setResponse(javax.servlet.http.HttpServletResponse response)
public final void respond(Throwable e) throws IOException
IOException
protected void doRespond(AccessLimitExceededException e) throws IOException
IOException
protected void doRespond(NoAccessPermissionException e) throws IOException
IOException
protected void doRespond(ServiceNotActiveException e) throws IOException
IOException
protected void doRespond(ServiceNotFoundException e) throws IOException
IOException
protected void doRespond(ServiceNotFoundException e) throws IOException
IOException
protected void doRespond(UserNotFoundException e) throws IOException
IOException
protected void doRespond(GridNotFoundException e) throws IOException
IOException
protected void doRespond(NodeNotFoundException e) throws IOException
IOException
protected abstract void doRespond(Throwable e) throws IOException
IOException