public class RenditionServiceException
extends org.alfresco.error.AlfrescoRuntimeException
| Constructor and Description |
|---|
RenditionServiceException(java.lang.String message)
Constructs a Rendition Service Exception with the specified message.
|
RenditionServiceException(java.lang.String message,
RenditionDefinition renditionDefinition)
Constructs a Rendition Service Exception with the specified message and
RenditionDefinition. |
RenditionServiceException(java.lang.String message,
RenditionDefinition renditionDefinition,
java.lang.Throwable source)
Constructs a Rendition Service Exception with the specified message,
RenditionDefinition and
source exception
. |
RenditionServiceException(java.lang.String message,
java.lang.Throwable source)
Constructs a Rendition Service Exception with the specified message and source exception.
|
| Modifier and Type | Method and Description |
|---|---|
RenditionDefinition |
getRenditionDefinition()
Retrieves the
RenditionDefinition associated with this exception. |
create, create, getMsgId, getMsgParams, getRootCause, makeRuntimeExceptionpublic RenditionServiceException(java.lang.String message)
message - the message stringpublic RenditionServiceException(java.lang.String message,
java.lang.Throwable source)
message - the message stringsource - the source exceptionpublic RenditionServiceException(java.lang.String message,
RenditionDefinition renditionDefinition)
RenditionDefinition.message - the message string.renditionDefinition - the rendition definition.public RenditionServiceException(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.public RenditionDefinition getRenditionDefinition()
RenditionDefinition associated with this exception.Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.