public class RenditionPreventedException extends RenditionServiceException
content class
registered to prevent rendition.Constructor and Description |
---|
RenditionPreventedException(String message)
Constructs a Rendition Service Exception with the specified message.
|
RenditionPreventedException(String message,
RenditionDefinition renditionDefinition)
Constructs a Rendition Service Exception with the specified message and
RenditionDefinition . |
RenditionPreventedException(String message,
RenditionDefinition renditionDefinition,
Throwable source)
Constructs a Rendition Service Exception with the specified message,
RenditionDefinition and
source exception
. |
RenditionPreventedException(String message,
Throwable source)
Constructs a Rendition Service 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 RenditionPreventedException(String message)
message
- the message stringpublic RenditionPreventedException(String message, Throwable source)
message
- the message stringsource
- the source exceptionpublic RenditionPreventedException(String message, RenditionDefinition renditionDefinition)
RenditionDefinition
.message
- the message string.renditionDefinition
- the rendition definition.public RenditionPreventedException(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.