Package com.atlassian.confluence.pages
Class AttachmentDataExistsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.atlassian.confluence.pages.AttachmentDataExistsException
-
- All Implemented Interfaces:
Serializable
public class AttachmentDataExistsException extends Exception
This exception should be used when attachment data was found, when it should not have existed.
-
-
Constructor Summary
Constructors Constructor Description AttachmentDataExistsException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
AttachmentDataExistsException
public AttachmentDataExistsException(String message)
-
-