Class InvalidHolderException

  • All Implemented Interfaces:
    java.io.Serializable

    public class InvalidHolderException
    extends java.lang.Exception
    Thrown when the download source entity is in invalid state on instantiation of KiiDownloader The holder has already deleted or has not created.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      InvalidHolderException​(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, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • InvalidHolderException

        public InvalidHolderException​(@Nullable
                                      java.lang.String message)