Package com.qfs.util

Class InterruptedTaskException

All Implemented Interfaces:
Serializable

@Deprecated(since="6.0.4", forRemoval=true) public class InterruptedTaskException extends ActiveViamRuntimeException
Deprecated, for removal: This API element is subject to removal in a future version.
This exception is thrown whenever a thread has been interrupted during its execution.
Author:
ActiveViam
See Also:
  • Constructor Details

    • InterruptedTaskException

      public InterruptedTaskException()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Default constructor.
    • InterruptedTaskException

      public InterruptedTaskException(String message)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Constructor.
      Parameters:
      message - exception message
    • InterruptedTaskException

      public InterruptedTaskException(Throwable cause)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Constructor.
      Parameters:
      cause - underlying cause of the exception
    • InterruptedTaskException

      public InterruptedTaskException(String message, Throwable cause)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Full constructor.
      Parameters:
      message - exception message
      cause - underlying cause of the exception
    • InterruptedTaskException

      public InterruptedTaskException(String messageKey, Object... parameters)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Constructor from a template message.
      Parameters:
      messageKey - template key
      parameters - template parameters
    • InterruptedTaskException

      public InterruptedTaskException(Throwable exception, String messageKey, Object... parameters)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Full constructor for a template message.
      Parameters:
      exception - underlying exception
      messageKey - template key
      parameters - template parameters