1 package org
.asamk
.signal
.manager
;
3 public class AttachmentInvalidException
extends Exception
{
5 public AttachmentInvalidException(String message
) {
9 public AttachmentInvalidException(String attachment
, Exception e
) {
10 super(attachment
+ ": " + e
.getMessage());