Package host.anzo.simon.exceptions
Class InvalidPacketTypeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
host.anzo.simon.exceptions.SimonRemoteException
host.anzo.simon.exceptions.InvalidPacketTypeException
- All Implemented Interfaces:
Serializable
Exception which normally occurs if the type of the received packet is unknown.
This also means that there can/could be a communication problem.
This also means that there can/could be a communication problem.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new exception with a exception message -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidPacketTypeException
Creates a new exception with a exception message- Parameters:
msg-
-