Package ome.services
Class ThumbnailCtx.NoThumbnail
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- ome.services.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)
-