Class SignatureException

All Implemented Interfaces:
Serializable

public class SignatureException extends RuntimeException
A RuntimeException that gets thrown by DBusSignature, if a marshalled DBusSignature cannot be parsed.
See Also:
  • Constructor Details

    • SignatureException

      public SignatureException(String message)
    • SignatureException

      public SignatureException(Throwable cause)
    • SignatureException

      public SignatureException(String message, Throwable cause)