java.lang.Object | ||||
↳ | java.lang.Throwable | |||
↳ | java.lang.Exception | |||
↳ | com.microstrategy.utils.MSTRCheckedException | |||
↳ | com.microstrategy.web.objects.admin.serverconfig.ServerConfigException |
![]() |
The class ServerConfigException is a subclass of java.lang.Exception. This is an exception class for all errors thrown by the WebObjects. This class extends the standard Exception class by providing a method to return an error code associated with the exception.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
ServerConfigException(LocalizableMessage errorMsg)
Constructor.
| |||||||||||
ServerConfigException(LocalizableMessage errorMsg, Throwable e)
Constructor.
| |||||||||||
ServerConfigException(int code, Object[] params, Locale locale)
This constructor is deprecated.
use other constructor instead
| |||||||||||
ServerConfigException(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 | The embedded error object. |
This constructor is deprecated.
use other constructor instead
Constructor.
code | error code. |
---|---|
params | The parameters required to constructing the error message based on error code. |
locale | The locale to localize this exception. |
This constructor is deprecated.
use other constructor instead
Constructor.
code | error code. |
---|---|
params | The parameters required to constructing the error message based on error code. |
e | The embedded error object. |
locale | The locale to localize this exception. |