Uses of Class
uk.ac.manchester.spinnaker.transceiver.ProcessException.TransientProcessException
Packages that use ProcessException.TransientProcessException
Package
Description
How to actually talk to a SpiNNaker machine.
-
Uses of ProcessException.TransientProcessException in uk.ac.manchester.spinnaker.transceiver
Modifier and TypeClassDescriptionstatic final class
A process exception cause by the receipt of aSCPResult.RC_BUF
message, indicating that SCAMP had exhausted its supply of buffers.static final class
A process exception cause by the receipt of aSCPResult.RC_P2P_BUSY
message, indicating that the receiver in the inter-SCAMP messaging was busy.static final class
A process exception cause by the receipt of aSCPResult.RC_P2P_NOREPLY
message, indicating that the inter-SCAMP messaging failed because the channel open failed.static final class
A process exception cause by the receipt of aSCPResult.RC_P2P_REJECT
message, indicating that the receiver in the inter-SCAMP messaging rejected the message.static final class
A process exception cause by the receipt of aSCPResult.RC_P2P_TIMEOUT
message, indicating that the receiver in the inter-SCAMP messaging did not respond.static final class
A process exception cause by the receipt of aSCPResult.RC_PKT_TX
message, indicating that the packet transmission failed.static final class
A process exception cause by the receipt of aSCPResult.RC_TIMEOUT
message, indicating that communications timed out.