1 package org
.asamk
.textsecure
;
3 import org
.freedesktop
.dbus
.exceptions
.DBusExecutionException
;
5 public class AttachmentInvalidException
extends DBusExecutionException
{
6 public AttachmentInvalidException(String message
) {
10 public AttachmentInvalidException(String attachment
, Exception e
) {
11 super(attachment
+ ": " + e
.getMessage());