Class InterruptedException

  • All Implemented Interfaces:
    Serializable

    public class InterruptedException
    extends AppException
    Exception thrown when the execution of an Interruptible object is interrupted, typically from another thread.
    Since:
    11.0
    Author:
    Petru Galanton
    See Also:
    Serialized Form
    • Constructor Detail

      • InterruptedException

        public InterruptedException​(String message)
      • InterruptedException

        public InterruptedException​(String message,
                                    Throwable cause)