Class TaskClientException

    • Constructor Detail

      • TaskClientException

        public TaskClientException()
        Constructs a default instance.
      • TaskClientException

        public TaskClientException​(OpenDsException cause)
        Constructs a parameterized instance.
        Parameters:
        cause - of this exception
      • TaskClientException

        public TaskClientException​(LocalizableMessage message)
        Constructs a parameterized instance.
        Parameters:
        message - for this exception
      • TaskClientException

        public TaskClientException​(Throwable cause)
        Constructs a parameterized instance.
        Parameters:
        cause - of this exception
      • TaskClientException

        public TaskClientException​(LocalizableMessage message,
                                   Throwable cause)
        Constructs a parameterized instance.
        Parameters:
        message - for this exception
        cause - of this exception