public class RenditionCancelledException extends RenditionServiceException
| Constructor and Description |
|---|
RenditionCancelledException(java.lang.String message)
Constructs a Rendition Cancelled Exception with the specified message.
|
RenditionCancelledException(java.lang.String message,
RenditionDefinition renditionDefinition)
Constructs a Rendition Cancelled Exception with the specified message and
RenditionDefinition. |
RenditionCancelledException(java.lang.String message,
RenditionDefinition renditionDefinition,
java.lang.Throwable source)
Constructs a Rendition Cancelled Exception with the specified message,
RenditionDefinition and
source exception
. |
RenditionCancelledException(java.lang.String message,
java.lang.Throwable source)
Constructs a Rendition Cancelled Exception with the specified message and source exception.
|
getRenditionDefinitioncreate, create, getMsgId, getMsgParams, getRootCause, makeRuntimeExceptionpublic RenditionCancelledException(java.lang.String message)
message - the message stringpublic RenditionCancelledException(java.lang.String message,
java.lang.Throwable source)
message - the message stringsource - the source exceptionpublic RenditionCancelledException(java.lang.String message,
RenditionDefinition renditionDefinition)
RenditionDefinition.message - the message string.renditionDefinition - the rendition definition.public RenditionCancelledException(java.lang.String message,
RenditionDefinition renditionDefinition,
java.lang.Throwable source)
RenditionDefinition and
source exception
.message - the message string.renditionDefinition - the rendition definition.source - the source exception.Copyright © 2005 - 2013 Alfresco Software, Inc. All Rights Reserved.