public class RenditionCancelledException extends RenditionServiceException
Constructor and Description |
---|
RenditionCancelledException(String message)
Constructs a Rendition Cancelled Exception with the specified message.
|
RenditionCancelledException(String message,
RenditionDefinition renditionDefinition)
Constructs a Rendition Cancelled Exception with the specified message and
RenditionDefinition . |
RenditionCancelledException(String message,
RenditionDefinition renditionDefinition,
Throwable source)
Constructs a Rendition Cancelled Exception with the specified message,
RenditionDefinition and
source exception
. |
RenditionCancelledException(String message,
Throwable source)
Constructs a Rendition Cancelled Exception with the specified message and source exception.
|
getRenditionDefinition
create, create, getMsgId, getMsgParams, getNumericalId, getRootCause, makeRuntimeException
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public RenditionCancelledException(String message)
message
- the message stringpublic RenditionCancelledException(String message, Throwable source)
message
- the message stringsource
- the source exceptionpublic RenditionCancelledException(String message, RenditionDefinition renditionDefinition)
RenditionDefinition
.message
- the message string.renditionDefinition
- the rendition definition.public RenditionCancelledException(String message, RenditionDefinition renditionDefinition, Throwable source)
RenditionDefinition
and
source exception
.message
- the message string.renditionDefinition
- the rendition definition.source
- the source exception.Copyright © 2005–2017 Alfresco Software. All rights reserved.