Package com.microstrategy.web.beans
Class WebBeanScalableException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.microstrategy.utils.MSTRCheckedException
-
- com.microstrategy.web.beans.WebBeanException
-
- com.microstrategy.web.beans.WebBeanScalableException
-
- All Implemented Interfaces:
LocalizableException
,java.io.Serializable
public class WebBeanScalableException extends WebBeanException
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.microstrategy.utils.MSTRCheckedException
MSTRCheckedException.ExceptionXMLHandler
-
-
Constructor Summary
Constructors Constructor Description WebBeanScalableException(java.lang.Throwable e)
WebBeanScalableException(java.lang.Throwable e, java.util.Map props)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
getExtProperty(java.lang.String key)
java.util.Map
getExtProps()
void
setExtProperty(java.lang.String key, java.lang.Object value)
-
Methods inherited from class com.microstrategy.utils.MSTRCheckedException
getCause, getDefaultLocale, getErrorCode, getLocalizableMessage, getMessage, getMessage, getMessage, getRootCause, getRootCause, setCause, setDefaultLocale, setXMLHandler
-
-