Class WebUtilsException

    • Constructor Detail

      • WebUtilsException

        public WebUtilsException​(LocalizableMessage errorMsg)
        Constructor.
        Parameters:
        errorMsg - The error message for this exception.
        Since:
        MicroStrategy Web 8.0.0
      • WebUtilsException

        public WebUtilsException​(LocalizableMessage errorMsg,
                                 java.lang.Throwable e)
        Constructor.
        Parameters:
        errorMsg - The error message for this exception.
        e - Embedded error.
        Since:
        MicroStrategy Web 8.0.0
      • WebUtilsException

        public WebUtilsException​(int code,
                                 java.lang.Object[] params,
                                 java.util.Locale locale)
        Deprecated.
        use other constructor instead
        Constructor.
        Parameters:
        code - The error code for this exception.
        locale - default locale for this exception.
        params - parameters required to localize the error message based on the error code.
        Since:
        MicroStrategy Web 8.0.0
      • WebUtilsException

        public WebUtilsException​(int code,
                                 java.lang.Object[] params,
                                 java.lang.Throwable e,
                                 java.util.Locale locale)
        Deprecated.
        use other constructor instead
        Constructor.
        Parameters:
        code - The error code for this exception.
        locale - default locale for this exception.
        params - parameters required to localize the error message based on the error code.
        e - Embedded error.
        Since:
        MicroStrategy Web 8.0.0