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 Details

    • UnimportantTransformException

      public UnimportantTransformException(String msgId)
      Deprecated.