Class UnimportantTransformException

  • All Implemented Interfaces:
    java.io.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:
    Serialized Form
    • Method Summary

      • Methods inherited from class org.alfresco.error.AlfrescoRuntimeException

        create, create, getMsgId, getMsgParams, getNumericalId, getRootCause, makeRuntimeException
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • UnimportantTransformException

        public UnimportantTransformException​(java.lang.String msgId)
        Deprecated.