Class WebObjectsAdminException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.microstrategy.utils.MSTRCheckedException
-
- com.microstrategy.web.objects.admin.WebObjectsAdminException
-
- All Implemented Interfaces:
LocalizableException,java.io.Serializable
public final class WebObjectsAdminException extends MSTRCheckedException
The class WebObjectsException 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.- Since:
- MicroStrategy Web 7.5.2
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.microstrategy.utils.MSTRCheckedException
MSTRCheckedException.ExceptionXMLHandler
-
-
Constructor Summary
Constructors Constructor Description WebObjectsAdminException()Constructor.WebObjectsAdminException(int errorCode)Deprecated.use other constructor insteadWebObjectsAdminException(int code, java.lang.Object[] params, java.lang.Throwable e, java.util.Locale locale)Deprecated.use other constructor insteadWebObjectsAdminException(int code, java.lang.Object[] params, java.util.Locale locale)Deprecated.use other constructor insteadWebObjectsAdminException(LocalizableMessage errorMsg)Constructor.WebObjectsAdminException(LocalizableMessage errorMsg, java.lang.Throwable e)Constructor.WebObjectsAdminException(java.lang.String errorMsg)Constructor.WebObjectsAdminException(java.lang.String errorMsg, int errorCode)Constructor.WebObjectsAdminException(java.lang.Throwable e)Constructor.
-
Method Summary
-
Methods inherited from class com.microstrategy.utils.MSTRCheckedException
getCause, getDefaultLocale, getErrorCode, getLocalizableMessage, getMessage, getMessage, getMessage, getRootCause, getRootCause, setCause, setDefaultLocale, setXMLHandler
-
-
-
-
Constructor Detail
-
WebObjectsAdminException
public WebObjectsAdminException(LocalizableMessage errorMsg)
Constructor.- Parameters:
errorMsg- The error message for this exception.- Since:
- MicroStrategy Web 8.0.0
-
WebObjectsAdminException
public WebObjectsAdminException(LocalizableMessage errorMsg, java.lang.Throwable e)
Constructor.- Parameters:
errorMsg- The error message for this exception.e- The embedded error object.- Since:
- MicroStrategy Web 8.0.0
-
WebObjectsAdminException
public WebObjectsAdminException(int code, java.lang.Object[] params, java.util.Locale locale)Deprecated.use other constructor insteadConstructor.- Parameters:
code- error code.locale- The locale to localize this exception.params- The parameters required to constructing the error message based on error code.- Since:
- MicroStrategy Web 8.0.0
-
WebObjectsAdminException
public WebObjectsAdminException(int code, java.lang.Object[] params, java.lang.Throwable e, java.util.Locale locale)Deprecated.use other constructor insteadConstructor.- Parameters:
code- error code.locale- The locale to localize this exception.params- The parameters required to constructing the error message based on error code.e- The embedded error.- Since:
- MicroStrategy Web 8.0.0
-
WebObjectsAdminException
public WebObjectsAdminException()
Constructor.
-
WebObjectsAdminException
public WebObjectsAdminException(java.lang.String errorMsg)
Constructor.- Parameters:
errorMsg- The error message for this exception.
-
WebObjectsAdminException
public WebObjectsAdminException(java.lang.Throwable e)
Constructor.- Parameters:
e- The embedded error.
-
WebObjectsAdminException
public WebObjectsAdminException(int errorCode)
Deprecated.use other constructor insteadConstructor.- Parameters:
errorCode- The error code for this exception.
-
WebObjectsAdminException
public WebObjectsAdminException(java.lang.String errorMsg, int errorCode)Constructor.- Parameters:
errorCode- The error code for this exception.errorMsg- The error message for this exception.
-
-