Class RenditionServiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.alfresco.error.AlfrescoRuntimeException
org.alfresco.service.cmr.rendition.RenditionServiceException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
RenditionCancelledException,RenditionPreventedException
@Deprecated
public class RenditionServiceException
extends org.alfresco.error.AlfrescoRuntimeException
Deprecated.
The RenditionService is being replace by the simpler async RenditionService2.
Rendition Service Exception Class
- Author:
- Neil McErlean
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRenditionServiceException(String message) Deprecated.Constructs a Rendition Service Exception with the specified message.RenditionServiceException(String message, Throwable source) Deprecated.Constructs a Rendition Service Exception with the specified message and source exception.RenditionServiceException(String message, RenditionDefinition renditionDefinition) Deprecated.Constructs a Rendition Service Exception with the specified message andRenditionDefinition.RenditionServiceException(String message, RenditionDefinition renditionDefinition, Throwable source) Deprecated.Constructs a Rendition Service Exception with the specified message,RenditionDefinitionand source exception . -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Retrieves theRenditionDefinitionassociated with this exception.Methods inherited from class org.alfresco.error.AlfrescoRuntimeException
create, create, getMsgId, getMsgParams, getNumericalId, getRootCause, makeRuntimeExceptionMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RenditionServiceException
Deprecated.Constructs a Rendition Service Exception with the specified message.- Parameters:
message- the message string
-
RenditionServiceException
Deprecated.Constructs a Rendition Service Exception with the specified message and source exception.- Parameters:
message- the message stringsource- the source exception
-
RenditionServiceException
Deprecated.Constructs a Rendition Service Exception with the specified message andRenditionDefinition.- Parameters:
message- the message string.renditionDefinition- the rendition definition.- Since:
- 3.5.0
-
RenditionServiceException
public RenditionServiceException(String message, RenditionDefinition renditionDefinition, Throwable source) Deprecated.Constructs a Rendition Service Exception with the specified message,RenditionDefinitionand source exception .- Parameters:
message- the message string.renditionDefinition- the rendition definition.source- the source exception.- Since:
- 3.5.0
-
-
Method Details
-
getRenditionDefinition
Deprecated.Retrieves theRenditionDefinitionassociated with this exception.- Returns:
- the rendition definition, which may be null.
- Since:
- 3.5.0
-