public class

AttachmentDataNotFoundException

extends Exception
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ com.atlassian.confluence.pages.AttachmentDataNotFoundException

Class Overview

This exception can be used when no Attachment data was found, but was expected.

Summary

Public Constructors
AttachmentDataNotFoundException(String message)
AttachmentDataNotFoundException(String message, Throwable cause)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public AttachmentDataNotFoundException (String message)

public AttachmentDataNotFoundException (String message, Throwable cause)