public class ContentPreProcessingException extends RuntimeException
Exception which is thrown when the content is still processed.
Constructor and Description |
---|
ContentPreProcessingException(String message,
ContentReference contentReference)
Creates a new exception with the message and the specified
ContentReference for the content processing failure. |
Modifier and Type | Method and Description |
---|---|
ContentReference |
getContentReference()
Returns the
ContentReference of the |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ContentPreProcessingException(String message, ContentReference contentReference)
Creates a new exception with the message and the specified ContentReference
for the content processing failure.
message
- the exception messagecontentReference
- the content referencepublic ContentReference getContentReference()
Returns the ContentReference
of the
Copyright © 2010 - 2019 edorasware ag. All Rights Reserved.