cisco.uc.cuae.mgmt
Class Management.UpdateModuleErrorException

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
                  extended by cisco.uc.cuae.mgmt.Management.UpdateModuleErrorException
All Implemented Interfaces:
java.io.Serializable
Enclosing interface:
Management

public static class Management.UpdateModuleErrorException
extends Management.ModuleErrorException

See Also:
Serialized Form

Field Summary
 
Fields inherited from class cisco.uc.cuae.mgmt.Management.ManagementException
data, detail, errorCode, errorString
 
Constructor Summary
Management.UpdateModuleErrorException()
          Constructs the UpdateModuleErrorException.
Management.UpdateModuleErrorException(java.lang.Integer errorCode, java.lang.String errorString, java.lang.String detail, java.lang.Object data)
          Constructs the UpdateModuleErrorException.
 
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.UpdateModuleErrorException

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


Management.UpdateModuleErrorException

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

Method Detail

getMessage

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


Copyright © 2010. All Rights Reserved.