Package ome.services

Class ThumbnailCtx.NoThumbnail

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    ThumbnailCtx

    public static class ThumbnailCtx.NoThumbnail
    extends java.lang.Exception
    Marker exception which is thrown by all methods which wish to tell their callers that for whatever reason the desired Thumbnail is not available, in which case the caller can use a *Direct method instead. See ticket:10618
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      NoThumbnail​(java.lang.String message)  
    • Method Summary

      • 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

      • NoThumbnail

        public NoThumbnail​(java.lang.String message)