Class DownloadManagerImpl.NoStackException

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

    protected static class DownloadManagerImpl.NoStackException
    extends java.lang.Exception
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int error  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected NoStackException​(int _error, java.lang.String str)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected int getError()  
      • 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
    • Field Detail

      • error

        private final int error
    • Constructor Detail

      • NoStackException

        protected NoStackException​(int _error,
                                   java.lang.String str)
    • Method Detail

      • getError

        protected int getError()