Class AttachmentDataNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.atlassian.confluence.pages.AttachmentDataNotFoundException
All Implemented Interfaces:
Serializable

public class AttachmentDataNotFoundException extends Exception
This exception can be used when no Attachment data was found, but was expected.
See Also:
  • Constructor Details

    • AttachmentDataNotFoundException

      public AttachmentDataNotFoundException(String message)
    • AttachmentDataNotFoundException

      public AttachmentDataNotFoundException(String message, Throwable cause)