Package com.atlassian.confluence.pages
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AttachmentDataNotFoundException(String message)
AttachmentDataNotFoundException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-