public static class TransientIndication
extends java.lang.Object
TransientIndication
class indicates whether or not the exception is
transient.
Some types of exceptions are transient in certain situtations
and not transient in other situtations. This exception payload can be used to
indicate to clients whether a particular exception is transient. See Error.getData()
.