Package com.lucimber.dbus.exception
Class InvalidSignatureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.lucimber.dbus.exception.AbstractException
com.lucimber.dbus.exception.InvalidSignatureException
- All Implemented Interfaces:
Serializable
The specified message signature is not valid.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance.InvalidSignatureException(DBusString message) Creates a new instance with a message.InvalidSignatureException(DBusString message, Throwable cause) Creates a new instance with a message and cause.Creates a new instance with a cause. -
Method Summary
Methods inherited from class com.lucimber.dbus.exception.AbstractException
getErrorNameMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidSignatureException
public InvalidSignatureException()Creates a new instance. -
InvalidSignatureException
Creates a new instance with a message.- Parameters:
message- the message
-
InvalidSignatureException
Creates a new instance with a cause.- Parameters:
cause- the cause
-
InvalidSignatureException
Creates a new instance with a message and cause.- Parameters:
message- the messagecause- the cause
-