Class OpenDsException

    • Constructor Detail

      • OpenDsException

        protected OpenDsException()
        Creates a new identified exception.
      • OpenDsException

        protected OpenDsException​(OpenDsException cause)
        Constructs a new instance from another OpenDsException. This constructor sets the message to be that of cause.
        Parameters:
        cause - exception whose message will be used for this exception's message.
      • 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.