public class BrokenAttachmentException
A non-specific exception for the attachment identified by attachmentId. The context for this error is provided via the message and cause.
public BrokenAttachmentException(@NotNull
SecureHash attachmentId,
@Nullable
java.lang.String message,
@Nullable
java.lang.Throwable cause)
A non-specific exception for the attachment identified by attachmentId. The context for this error is provided via the message and cause.
attachmentId - @NotNull public SecureHash getAttachmentId()