Class UnsupportedImageTypeException

  • All Implemented Interfaces:
    java.io.Serializable

    public class UnsupportedImageTypeException
    extends UnsupportedMediaTypeException
    Thrown if an operation was attempted on an image type it doesn't support.
    See Also:
    Serialized Form
    • 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

      • UnsupportedImageTypeException

        public UnsupportedImageTypeException()
      • UnsupportedImageTypeException

        public UnsupportedImageTypeException​(java.lang.String message)