Class ThumbnailException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.alfresco.error.AlfrescoRuntimeException
org.alfresco.service.cmr.thumbnail.ThumbnailException
All Implemented Interfaces:
Serializable

@Deprecated public class ThumbnailException extends org.alfresco.error.AlfrescoRuntimeException
Deprecated.
We are introducing the new async RenditionService2.
Thumbnail service exception class
Author:
Roy Wetherall
See Also:
  • Constructor Details

    • ThumbnailException

      public ThumbnailException(String msgId)
      Deprecated.
    • ThumbnailException

      public ThumbnailException(String msgId, Object[] msgParams)
      Deprecated.
    • ThumbnailException

      public ThumbnailException(String msgId, Object[] msgParams, Throwable cause)
      Deprecated.
    • ThumbnailException

      public ThumbnailException(String msgId, Throwable cause)
      Deprecated.