Package org.apache.sling.cms.publication
Class PublicationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.sling.cms.publication.PublicationException
- All Implemented Interfaces:
Serializable
A wrapper exception for an issue occuring when publishing or unpublishing
content.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPublicationException(String message) PublicationException(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
-
Constructor Details
-
PublicationException
-
PublicationException
-