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