Class OpenDsException

    • Constructor Detail

      • OpenDsException

        protected OpenDsException​(LocalizableMessage message)
        Creates a new identified exception with the provided information.
        Parameters:
        message - The message that explains the problem that occurred.
      • OpenDsException

        protected OpenDsException​(Throwable cause)
        Creates a new identified exception with the provided information.
        Parameters:
        cause - The underlying cause that triggered this exception.
      • OpenDsException

        protected OpenDsException​(LocalizableMessage message,
                                  Throwable cause)
        Creates a new identified exception with the provided information.
        Parameters:
        message - The message that explains the problem that occurred.
        cause - The underlying cause that triggered this exception.