Class MonitorManipulationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.microstrategy.utils.MSTRCheckedException
-
- com.microstrategy.web.objects.admin.monitors.MonitorManipulationException
-
- All Implemented Interfaces:
LocalizableException,java.io.Serializable
public class MonitorManipulationException extends MSTRCheckedException
AMonitorManipulationExceptionis thrown if there is a failure in monitoring Intelligence Server activities, such as job monitoring, user connection monitoring, DB connection monitoring etc.- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.microstrategy.utils.MSTRCheckedException
MSTRCheckedException.ExceptionXMLHandler
-
-
Constructor Summary
Constructors Constructor Description MonitorManipulationException()Default constructor.MonitorManipulationException(int errorCode)Constructor.MonitorManipulationException(int code, java.lang.Object[] params, java.lang.Throwable e, java.util.Locale locale)Constructor.MonitorManipulationException(int code, java.lang.Object[] params, java.util.Locale locale)Constructor.MonitorManipulationException(LocalizableMessage errorMsg)Constructor.MonitorManipulationException(LocalizableMessage errorMsg, java.lang.Throwable e)Constructor.MonitorManipulationException(java.lang.String errorMsg)Constructor.MonitorManipulationException(java.lang.String errorMsg, int errorCode)Constructor.MonitorManipulationException(java.lang.String errorMsg, int errorCode, java.lang.Throwable e)Constructor.MonitorManipulationException(java.lang.Throwable e)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MonitorManipulationFailure[]getFailures()Returns a list of failures in the batch monitoring operation.-
Methods inherited from class com.microstrategy.utils.MSTRCheckedException
getCause, getDefaultLocale, getErrorCode, getLocalizableMessage, getMessage, getMessage, getMessage, getRootCause, getRootCause, setCause, setDefaultLocale, setXMLHandler
-
-
-
-
Constructor Detail
-
MonitorManipulationException
public MonitorManipulationException(LocalizableMessage errorMsg)
Constructor.- Parameters:
errorMsg- The error message for this exception.
-
MonitorManipulationException
public MonitorManipulationException(LocalizableMessage errorMsg, java.lang.Throwable e)
Constructor.- Parameters:
errorMsg- The error message for this exception.e- The embedded error object.
-
MonitorManipulationException
public MonitorManipulationException(int code, java.lang.Object[] params, java.util.Locale locale)Constructor.- Parameters:
code- error code.locale- The locale to localize this exception.params- The parameters required to constructing the error message based on error code.
-
MonitorManipulationException
public MonitorManipulationException(int code, java.lang.Object[] params, java.lang.Throwable e, java.util.Locale locale)Constructor.- 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.
-
MonitorManipulationException
public MonitorManipulationException()
Default constructor.
-
MonitorManipulationException
public MonitorManipulationException(java.lang.String errorMsg)
Constructor.- Parameters:
errorMsg- The error message for this exception.
-
MonitorManipulationException
public MonitorManipulationException(int errorCode)
Constructor.- Parameters:
errorCode- The error code for this exception.
-
MonitorManipulationException
public MonitorManipulationException(java.lang.String errorMsg, int errorCode)Constructor.- Parameters:
errorCode- The error code for this exception.errorMsg- The error message for this exception.
-
MonitorManipulationException
public MonitorManipulationException(java.lang.String errorMsg, int errorCode, java.lang.Throwable e)Constructor.- Parameters:
errorCode- The error code for this exception.errorMsg- The error message for this exception.e- The embedded error.
-
MonitorManipulationException
public MonitorManipulationException(java.lang.Throwable e)
Constructor.- Parameters:
e- The embedded error.
-
-
Method Detail
-
getFailures
public MonitorManipulationFailure[] getFailures()
Returns a list of failures in the batch monitoring operation.- Returns:
- a list of failures in the batch operation.
-
-