1 package org
.asamk
.textsecure
;
3 public class AttachmentInvalidException
extends Exception
{
4 private final String attachment
;
6 public AttachmentInvalidException(String attachment
, Exception e
) {
8 this.attachment
= attachment
;
11 public String
getAttachment() {