Class UnimportantTransformException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.alfresco.error.AlfrescoRuntimeException
org.alfresco.repo.content.transform.UnimportantTransformException
- All Implemented Interfaces:
Serializable
@Deprecated
public class UnimportantTransformException
extends org.alfresco.error.AlfrescoRuntimeException
Deprecated.
The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.
An exception that may be thrown by a transformer that indicates that the transform could not be performed, but that a full stack trace is not required in logging as the reason is expected some of the time (for example source file does not contain an embedded image).
- Author:
- Alan Davis
- See Also:
-
Constructor Summary
Constructors -
Method Summary
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
-
UnimportantTransformException
Deprecated.
-