Class RepositoryException

    • Constructor Detail

      • RepositoryException

        public RepositoryException​(String message)
        Creates a new exception with the specified detail message.
        Parameters:
        message - The detail message, may be null.
      • RepositoryException

        public RepositoryException​(String message,
                                   Throwable cause)
        Creates a new exception with the specified detail message and cause.
        Parameters:
        message - The detail message, may be null.
        cause - The exception that caused this one, may be null.
    • Method Detail

      • getMessage

        protected static String getMessage​(String prefix,
                                           Throwable cause)
        Parameters:
        prefix - The prefix.
        cause - The exception that caused this one, may be null.
        Returns:
        The message.
        Restriction:
        This method is not intended to be used by clients.