Package com.qfs.util

Class InterruptedTaskException

    • Constructor Detail

      • 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