java.lang.Object | ||||
↳ | java.lang.Throwable | |||
↳ | java.lang.Exception | |||
↳ | com.microstrategy.utils.MSTRCheckedException | |||
↳ | com.microstrategy.utils.WebUtilsException |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
WebUtilsException(LocalizableMessage errorMsg)
Constructor.
| |||||||||||
WebUtilsException(LocalizableMessage errorMsg, Throwable e)
Constructor.
| |||||||||||
WebUtilsException(int code, Object[] params, Locale locale)
This constructor is deprecated.
use other constructor instead
| |||||||||||
WebUtilsException(int code, Object[] params, Throwable e, Locale locale)
This constructor is deprecated.
use other constructor instead
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
Constructor.
errorMsg | The error message for this exception. |
---|
Constructor.
errorMsg | The error message for this exception. |
---|---|
e | Embedded error. |
This constructor is deprecated.
use other constructor instead
Constructor.
code | The error code for this exception. |
---|---|
params | parameters required to localize the error message based on the error code. |
locale | default locale for this exception. |
This constructor is deprecated.
use other constructor instead
Constructor.
code | The error code for this exception. |
---|---|
params | parameters required to localize the error message based on the error code. |
e | Embedded error. |
locale | default locale for this exception. |