Class MagicNumberMissmatchException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.drasyl.handler.remote.protocol.InvalidMessageFormatException
org.drasyl.handler.remote.protocol.MagicNumberMissmatchException
- All Implemented Interfaces:
Serializable
This exception is thrown when reading a
RemoteMessage
fails due to a mismatched magic
number (expected magic number: RemoteMessage.MAGIC_NUMBER
).- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MagicNumberMissmatchException
public MagicNumberMissmatchException()
-