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:
java.io.Serializable
@Deprecated public class UnimportantTransformException extends org.alfresco.error.AlfrescoRuntimeExceptionDeprecated.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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnimportantTransformException(java.lang.String msgId)Deprecated.
-
Method Summary
-
Methods inherited from class org.alfresco.error.AlfrescoRuntimeException
create, create, getMsgId, getMsgParams, getNumericalId, getRootCause, makeRuntimeException
-
-