Class WrongSignatureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.wuespace.telestion.extension.mavlink.exception.WrongSignatureException
- All Implemented Interfaces:
Serializable
A custom implementation of the
Indicates that the signature of a MAVLink-Message is invalid.
RuntimeException
.Indicates that the signature of a MAVLink-Message is invalid.
- See Also:
RuntimeException
, Serialized Form
-
Constructor Summary
ConstructorDescriptionCreates a WrongSignatureException.WrongSignatureException(String message)
Creates a WrongSignatureException.WrongSignatureException(String message, Throwable cause)
Creates a WrongSignatureException.WrongSignatureException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
Creates a WrongSignatureException.WrongSignatureException(Throwable cause)
Creates a WrongSignatureException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
WrongSignatureException
public WrongSignatureException()Creates a WrongSignatureException.- See Also:
RuntimeException()
-
WrongSignatureException
Creates a WrongSignatureException.- See Also:
RuntimeException(String)
-
WrongSignatureException
Creates a WrongSignatureException.- See Also:
RuntimeException(Throwable)
-
WrongSignatureException
Creates a WrongSignatureException.- See Also:
RuntimeException(String, Throwable)
-
WrongSignatureException
public WrongSignatureException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)Creates a WrongSignatureException.
-