Class CannotResolveAttachmentContainerException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.atlassian.confluence.content.render.xhtml.XhtmlException
-
- com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.CannotResolveResourceIdentifierException
-
- com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.CannotResolveAttachmentContainerException
-
- All Implemented Interfaces:
Serializable
public class CannotResolveAttachmentContainerException extends CannotResolveResourceIdentifierException
Checked exception thrown when there is an issue resolving a resource identifier for an attachment.
There are potentially two problems to be represented by such an exception. One is a problem with the underlying resource identifier and the other is with the attachment identifier itself.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CannotResolveAttachmentContainerException(AttachmentResourceIdentifier attachmentResourceIdentifier, String message, Throwable cause)
-
Method Summary
-
Methods inherited from class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.CannotResolveResourceIdentifierException
getResourceIdentifier
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
CannotResolveAttachmentContainerException
public CannotResolveAttachmentContainerException(AttachmentResourceIdentifier attachmentResourceIdentifier, String message, Throwable cause)
-
-