Class ProcessException.PermanentProcessException
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.PermanentProcessException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ProcessException.DeadDestination
,ProcessException.NoP2PRoute
- Enclosing class:
- ProcessException
public abstract static class ProcessException.PermanentProcessException extends ProcessException
Marks an exception for a permanent condition. Suggested recovery
strategy: don't try! (Recovery may involve rebooting some hardware or
even physically reattaching hardware; it's not going to just get better
by itself.)
- 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