Interface ThreadError


public interface ThreadError
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    a thread couldn't be created due to resource
    shortage.
  • Field Details

    • THREAD_ERROR_AGAIN

      static final int THREAD_ERROR_AGAIN
      a thread couldn't be created due to resource
      shortage. Try again later.
      See Also: