Package com.microstrategy.utils
Class WebUtilsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.microstrategy.utils.MSTRCheckedException
-
- com.microstrategy.utils.WebUtilsException
-
- All Implemented Interfaces:
LocalizableException
,java.io.Serializable
public class WebUtilsException extends MSTRCheckedException
- Since:
- MicroStrategy Web 7.3.1 or earlier
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.microstrategy.utils.MSTRCheckedException
MSTRCheckedException.ExceptionXMLHandler
-
-
Constructor Summary
Constructors Constructor Description WebUtilsException(int code, java.lang.Object[] params, java.lang.Throwable e, java.util.Locale locale)
Deprecated.use other constructor insteadWebUtilsException(int code, java.lang.Object[] params, java.util.Locale locale)
Deprecated.use other constructor insteadWebUtilsException(LocalizableMessage errorMsg)
Constructor.WebUtilsException(LocalizableMessage errorMsg, java.lang.Throwable e)
Constructor.
-
Method Summary
-
Methods inherited from class com.microstrategy.utils.MSTRCheckedException
getCause, getDefaultLocale, getErrorCode, getLocalizableMessage, getMessage, getMessage, getMessage, getRootCause, getRootCause, setCause, setDefaultLocale, setXMLHandler
-
-
-
-
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 insteadConstructor.- 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 insteadConstructor.- 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
-
-