Class ExtensionLoadingException

    • Constructor Detail

      • ExtensionLoadingException

        public ExtensionLoadingException​(String message)
        Parameters:
        message - user-friendly description of why message is thrown
      • ExtensionLoadingException

        public ExtensionLoadingException​(String message,
                                         Throwable cause)
        Parameters:
        message - user-friendly description of why message is thrown
        cause - Underlying cause, add this when using Exception Translation / rethrowing