Class InvalidPacketException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
uk.ac.manchester.spinnaker.connections.model.InvalidPacketException
- All Implemented Interfaces:
- Serializable
Indicates that a packet with an unsupported format was received.
- Author:
- Donal Fellows
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionInvalidPacketException(String message) Create an instance.InvalidPacketException(String message, Throwable cause) Create an instance.
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
InvalidPacketExceptionCreate an instance.- Parameters:
- message- The exception message.
 
- 
InvalidPacketExceptionCreate an instance.- Parameters:
- message- The exception message.
- cause- The cause of the exception.
 
 
-