cisco.uc.cuae.mgmt
Class Management.ModuleErrorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by cisco.uc.cuae.mgmt.Management.ManagementException
              extended by cisco.uc.cuae.mgmt.Management.ModuleErrorException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
Management.CancelModuleErrorException, Management.ConnectionRefusedErrorException, Management.DisableModuleErrorException, Management.EnableModuleErrorException, Management.InstallModuleErrorException, Management.InvalidStateErrorException, Management.NoResponseTimeoutException, Management.RefreshModuleErrorException, Management.UninstallModuleErrorException, Management.UpdateModuleErrorException
Enclosing interface:
Management

public static class Management.ModuleErrorException
extends Management.ManagementException

Application and Plugin Exceptions

See Also:
Serialized Form

Field Summary
 
Fields inherited from class cisco.uc.cuae.mgmt.Management.ManagementException
data, detail, errorCode, errorString
 
Constructor Summary
Management.ModuleErrorException()
          Constructs the ModuleErrorException.
Management.ModuleErrorException(java.lang.Integer errorCode, java.lang.String errorString, java.lang.String detail, java.lang.Object data)
          Constructs the ModuleErrorException.
 
Method Summary
 java.lang.String getMessage()
           
 
Methods inherited from class cisco.uc.cuae.mgmt.Management.ManagementException
getData, getDetail, getErrorCode, getErrorString, setData, setDetail, setErrorCode, setErrorString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Management.ModuleErrorException

public Management.ModuleErrorException()
Constructs the ModuleErrorException. Don't init any fields.


Management.ModuleErrorException

public Management.ModuleErrorException(java.lang.Integer errorCode,
                                       java.lang.String errorString,
                                       java.lang.String detail,
                                       java.lang.Object data)
Constructs the ModuleErrorException.

Method Detail

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class Management.ManagementException


Copyright © 2010. All Rights Reserved.