Class InvalidMessageException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.lucimber.dbus.message.InvalidMessageException
All Implemented Interfaces:
Serializable

public final class InvalidMessageException extends RuntimeException
Signals that a message is invalid or violates the D-Bus specification.
See Also:
  • Constructor Details

    • InvalidMessageException

      public InvalidMessageException(String message)
      Constructs a new exception with the specified detail message.
      Parameters:
      message - the detail message
    • InvalidMessageException

      public InvalidMessageException(String message, Throwable cause)
      Constructs a new exception with the specified detail message and cause.
      Parameters:
      message - the detail message
      cause - the cause (which is saved for later retrieval by the Throwable.getCause() method)
    • InvalidMessageException

      public InvalidMessageException(Throwable cause)
      Constructs a new exception with the specified cause.
      Parameters:
      cause - the cause (which is saved for later retrieval by the Throwable.getCause() method)