Class ProcessException.TransientProcessException
java.lang.Object
java.lang.Throwable
java.lang.Exception
uk.ac.manchester.spinnaker.transceiver.SpinnmanException
uk.ac.manchester.spinnaker.transceiver.ProcessException
uk.ac.manchester.spinnaker.transceiver.ProcessException.TransientProcessException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ProcessException.NoBufferAvailable
,ProcessException.P2PBusy
,ProcessException.P2PNoReply
,ProcessException.P2PReject
,ProcessException.P2PTimedOut
,ProcessException.PacketTransmissionFailed
,ProcessException.TimedOut
- Enclosing class:
- ProcessException
public abstract static class ProcessException.TransientProcessException extends ProcessException
Marks an exception for a transient condition. Suggested recovery
strategy: try again in a few moments.
- See Also:
- Serialized Form
-
Nested Class Summary
Nested classes/interfaces inherited from class uk.ac.manchester.spinnaker.transceiver.ProcessException
ProcessException.BadChecksum, ProcessException.BadCommand, ProcessException.BadCPUNumber, ProcessException.BadPacketLength, ProcessException.BadSCPPort, ProcessException.CallerProcessException, ProcessException.DeadDestination, ProcessException.InvalidArguments, ProcessException.NoBufferAvailable, ProcessException.NoP2PRoute, ProcessException.P2PBusy, ProcessException.P2PNoReply, ProcessException.P2PReject, ProcessException.P2PTimedOut, ProcessException.PacketTransmissionFailed, ProcessException.PermanentProcessException, ProcessException.TimedOut, ProcessException.TransientProcessException
-
Field Summary
Fields inherited from class uk.ac.manchester.spinnaker.transceiver.ProcessException
responseCode, source
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString