java.lang.Object | |||||
↳ | java.lang.Throwable | ||||
↳ | java.lang.Exception | ||||
↳ | java.lang.RuntimeException | ||||
↳ | com.microstrategy.utils.MSTRUncheckedException | ||||
↳ | com.microstrategy.web.platform.ContainerException |
This class is deprecated.
Not in use since its creation
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
ContainerException(LocalizableMessage errorMsg)
Construts an ContainerException with the specified error message.
| |||||||||||
ContainerException(LocalizableMessage errorMsg, Throwable e)
Construts an ArgumentUnresolvedException with the specified error message
and cause.
| |||||||||||
ContainerException(int code, Object[] params, Locale locale)
Construts an ArgumentUnresolvedException with the specified error code,
parameters and Locale.
| |||||||||||
ContainerException(int code, Object[] params, Throwable e, Locale locale)
Construts an ArgumentUnresolvedException with the specified error code,
parameters, the cause and Locale.
| |||||||||||
ContainerException()
Constructs an empty ArgumentUnresolvedException.The error code is default
to zero.
| |||||||||||
ContainerException(String errorMsg)
Construts an ContainerException with the specified error message.
| |||||||||||
ContainerException(int errorCode)
Construts an ContainerException with the specified error code.
| |||||||||||
ContainerException(String errorMsg, int errorCode)
Construts an ContainerException with the specified error message
and error code.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
Construts an ContainerException with the specified error message. The error code is default to zero.
errorMsg | the localizable error message. |
---|
Construts an ArgumentUnresolvedException with the specified error message and cause. The error code is default to zero.
errorMsg | the localizable error message. |
---|---|
e | the cause of the current ArgumentUnresolvedException. |
Construts an ArgumentUnresolvedException with the specified error code, parameters and Locale.
code | the error code. |
---|---|
params | an array of parameters. |
locale | the Locale used to localize the error message. |
Construts an ArgumentUnresolvedException with the specified error code, parameters, the cause and Locale.
code | the error code. |
---|---|
params | an array of parameters. |
e | the cause of the current ArgumentUnresolvedException. |
locale | the Locale used to localize the error mesage. |
Constructs an empty ArgumentUnresolvedException.The error code is default to zero.
Construts an ContainerException with the specified error message. The error code is default to zero.
errorMsg | the error message. |
---|
Construts an ContainerException with the specified error code.
errorCode | the error code. |
---|
Construts an ContainerException with the specified error message and error code.
errorMsg | the error message. |
---|---|
errorCode | the error code. |