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:
  • Constructor Details Link icon

    • InterruptedException Link icon

      public InterruptedException(String message)
    • InterruptedException Link icon

      public InterruptedException(String message, Throwable cause)