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.MSTRCheckedExceptionMSTRCheckedException.ExceptionXMLHandler
 
- 
 - 
Constructor SummaryConstructors 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 SummaryAll 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.MSTRCheckedExceptiongetCause, getDefaultLocale, getErrorCode, getLocalizableMessage, getMessage, getMessage, getMessage, getRootCause, getRootCause, setCause, setDefaultLocale, setXMLHandler
 
- 
 
- 
- 
- 
Constructor Detail- 
MonitorManipulationExceptionpublic MonitorManipulationException(LocalizableMessage errorMsg) Constructor.- Parameters:
- errorMsg- The error message for this exception.
 
 - 
MonitorManipulationExceptionpublic MonitorManipulationException(LocalizableMessage errorMsg, java.lang.Throwable e) Constructor.- Parameters:
- errorMsg- The error message for this exception.
- e- The embedded error object.
 
 - 
MonitorManipulationExceptionpublic 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.
 
 - 
MonitorManipulationExceptionpublic 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.
 
 - 
MonitorManipulationExceptionpublic MonitorManipulationException() Default constructor.
 - 
MonitorManipulationExceptionpublic MonitorManipulationException(java.lang.String errorMsg) Constructor.- Parameters:
- errorMsg- The error message for this exception.
 
 - 
MonitorManipulationExceptionpublic MonitorManipulationException(int errorCode) Constructor.- Parameters:
- errorCode- The error code for this exception.
 
 - 
MonitorManipulationExceptionpublic MonitorManipulationException(java.lang.String errorMsg, int errorCode)Constructor.- Parameters:
- errorCode- The error code for this exception.
- errorMsg- The error message for this exception.
 
 - 
MonitorManipulationExceptionpublic 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.
 
 - 
MonitorManipulationExceptionpublic MonitorManipulationException(java.lang.Throwable e) Constructor.- Parameters:
- e- The embedded error.
 
 
- 
 - 
Method Detail- 
getFailurespublic MonitorManipulationFailure[] getFailures() Returns a list of failures in the batch monitoring operation.- Returns:
- a list of failures in the batch operation.
 
 
- 
 
-