net.jini.jeri
Class BasicInvocationHandler.Failure
java.lang.Object
net.jini.jeri.BasicInvocationHandler.Failure
- Enclosing class:
- BasicInvocationHandler
private static class BasicInvocationHandler.Failure
- extends Object
Holds information about the communication failure of a remote
call attempt.
Field Summary |
(package private) Throwable |
exception
exception representing the communication failure |
(package private) boolean |
retry
failure is safe to retry (and possibly worth retrying) after |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
exception
final Throwable exception
- exception representing the communication failure
retry
final boolean retry
- failure is safe to retry (and possibly worth retrying) after
BasicInvocationHandler.Failure
BasicInvocationHandler.Failure(Throwable exception,
boolean retry)
Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.