Package com.microstrategy.utils.cache
Class CacheException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.microstrategy.utils.MSTRCheckedException
-
- com.microstrategy.utils.cache.CacheException
-
- All Implemented Interfaces:
LocalizableException
,java.io.Serializable
public class CacheException 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 CacheException()
CacheException(int code, java.lang.Object[] params, java.lang.Throwable e, java.util.Locale locale)
Deprecated.use other constructor insteadCacheException(int code, java.lang.Object[] params, java.util.Locale locale)
Deprecated.use other constructor insteadCacheException(LocalizableMessage errorMsg)
Constructor.CacheException(LocalizableMessage errorMsg, java.lang.Throwable e)
Constructor.CacheException(java.lang.String message)
CacheException(java.lang.String message, java.lang.Throwable e)
CacheException(java.lang.Throwable e)
-
Method Summary
-
Methods inherited from class com.microstrategy.utils.MSTRCheckedException
getCause, getDefaultLocale, getErrorCode, getLocalizableMessage, getMessage, getMessage, getMessage, getRootCause, getRootCause, setCause, setDefaultLocale, setXMLHandler
-
-
-
-
Constructor Detail
-
CacheException
public CacheException(LocalizableMessage errorMsg)
Constructor.- Parameters:
errorMsg
- error message for this exception.- Since:
- MicroStrategy Web 8.0.0
-
CacheException
public CacheException(LocalizableMessage errorMsg, java.lang.Throwable e)
Constructor.- Parameters:
errorMsg
- error message for this exception.e
- embedded error for this exception.- Since:
- MicroStrategy Web 8.0.0
-
CacheException
public CacheException(int code, java.lang.Object[] params, java.util.Locale locale)
Deprecated.use other constructor insteadConstructor.- Parameters:
code
- error code for this exception.params
- parameters required to generate the error message based on the error code.locale
- default locale.- Since:
- MicroStrategy Web 8.0.0
-
CacheException
public CacheException(int code, java.lang.Object[] params, java.lang.Throwable e, java.util.Locale locale)
Deprecated.use other constructor insteadConstructor.- Parameters:
code
- error code for this exception.params
- parameters required to generate the error message based on the error code.locale
- default locale.e
- embedded error for this exception.- Since:
- MicroStrategy Web 8.0.0
-
CacheException
public CacheException()
-
CacheException
public CacheException(java.lang.String message)
-
CacheException
public CacheException(java.lang.Throwable e)
- Since:
- MicroStrategy Web 8.0.0
-
CacheException
public CacheException(java.lang.String message, java.lang.Throwable e)
- Since:
- MicroStrategy Web 8.0.0
-
-