Class IdentifiedException

    • Constructor Detail

      • IdentifiedException

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

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

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

        protected IdentifiedException​(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.