Package Summary  Overview Summary

class:InterruptedException [NONE]

constructor:InterruptedException() [NONE]

  • InterruptedException

    public InterruptedException()
    Constructs an InterruptedException with no detail message.

constructor:InterruptedException(java.lang.String) [NONE]

  • InterruptedException

    public InterruptedException(String s)
    Constructs an InterruptedException with the specified detail message.
    Parameters:
    s - the detail message.