Class RenditionCancelledException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.alfresco.error.AlfrescoRuntimeException
-
- org.alfresco.service.cmr.rendition.RenditionServiceException
-
- org.alfresco.service.cmr.rendition.RenditionCancelledException
-
- All Implemented Interfaces:
java.io.Serializable
@Deprecated public class RenditionCancelledException extends RenditionServiceException
Deprecated.The RenditionService is being replace by the simpler async RenditionService2.Rendition Service Exception Class- Author:
- Neil McErlean, Ray Gauss II
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RenditionCancelledException(java.lang.String message)Deprecated.Constructs a Rendition Cancelled Exception with the specified message.RenditionCancelledException(java.lang.String message, java.lang.Throwable source)Deprecated.Constructs a Rendition Cancelled Exception with the specified message and source exception.RenditionCancelledException(java.lang.String message, RenditionDefinition renditionDefinition)Deprecated.Constructs a Rendition Cancelled Exception with the specified message andRenditionDefinition.RenditionCancelledException(java.lang.String message, RenditionDefinition renditionDefinition, java.lang.Throwable source)Deprecated.Constructs a Rendition Cancelled Exception with the specified message,RenditionDefinitionand source exception .
-
Method Summary
-
Methods inherited from class org.alfresco.service.cmr.rendition.RenditionServiceException
getRenditionDefinition
-
Methods inherited from class org.alfresco.error.AlfrescoRuntimeException
create, create, getMsgId, getMsgParams, getNumericalId, getRootCause, makeRuntimeException
-
-
-
-
Constructor Detail
-
RenditionCancelledException
public RenditionCancelledException(java.lang.String message)
Deprecated.Constructs a Rendition Cancelled Exception with the specified message.- Parameters:
message- the message string
-
RenditionCancelledException
public RenditionCancelledException(java.lang.String message, java.lang.Throwable source)Deprecated.Constructs a Rendition Cancelled Exception with the specified message and source exception.- Parameters:
message- the message stringsource- the source exception
-
RenditionCancelledException
public RenditionCancelledException(java.lang.String message, RenditionDefinition renditionDefinition)Deprecated.Constructs a Rendition Cancelled Exception with the specified message andRenditionDefinition.- Parameters:
message- the message string.renditionDefinition- the rendition definition.- Since:
- 3.5.0
-
RenditionCancelledException
public RenditionCancelledException(java.lang.String message, RenditionDefinition renditionDefinition, java.lang.Throwable source)Deprecated.Constructs a Rendition Cancelled 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
-
-