Class RepositoryException

    • Constructor Detail

      • RepositoryException

        public RepositoryException()
        Constructor for RepositoryException without message detail
      • RepositoryException

        public RepositoryException​(String msg)
        Constructor for RepositoryException.
        Parameters:
        msg - the detail from exception message
      • RepositoryException

        public RepositoryException​(String msg,
                                   Throwable cause)
        Constructor for RepositoryException.
        Parameters:
        msg - the detail from exception message
        cause - the trouble root cause , usually JDBC family exception
      • RepositoryException

        public RepositoryException​(Throwable cause)