Class CatalogException

    • Constructor Detail

      • CatalogException

        public CatalogException​(String message)
        Parameters:
        message - the detail message.
      • CatalogException

        public CatalogException​(Throwable cause)
        Parameters:
        cause - the cause.
      • CatalogException

        public CatalogException​(String message,
                                Throwable cause)
        Parameters:
        message - the detail message.
        cause - the cause.