Class RepositoryException

    • Constructor Detail

      • RepositoryException

        public RepositoryException​(String message)
        Constructs a new InstanceException object.
        Parameters:
        message -
      • RepositoryException

        public RepositoryException​(Throwable cause)
        Constructs a new InstanceException object.
        Parameters:
        cause -
      • RepositoryException

        public RepositoryException​(String message,
                                   Throwable cause)
        Constructs a new InstanceException object.
        Parameters:
        message -
        cause -
    • Method Detail

      • getMessage

        public String getMessage()
        If there is a cause, appends the getCause().getMessage() to the original message.
        Overrides:
        getMessage in class Throwable
        Returns:
        the message
      • getLocalizedMessage

        public String getLocalizedMessage()
        If there is a cause, appends the getCause().getMessage() to the original message.
        Overrides:
        getLocalizedMessage in class Throwable
        Returns:
        the message, localised