Class InvalidMessageFormatException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.drasyl.handler.remote.protocol.InvalidMessageFormatException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
MagicNumberMissmatchException
This exception is thrown when reading a
RemoteMessage
fails due to an invalid format.- See Also:
-
Constructor Summary
ConstructorDescriptionInvalidMessageFormatException
(String message) InvalidMessageFormatException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidMessageFormatException
public InvalidMessageFormatException() -
InvalidMessageFormatException
-
InvalidMessageFormatException
-
InvalidMessageFormatException
-