cisco.uc.cuae.mgmt
Class Management.CancelModuleErrorException

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.CancelModuleErrorException
All Implemented Interfaces:
java.io.Serializable
Enclosing interface:
Management

public static class Management.CancelModuleErrorException
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.CancelModuleErrorException()
          Constructs the CancelModuleErrorException.
Management.CancelModuleErrorException(java.lang.Integer errorCode, java.lang.String errorString, java.lang.String detail, java.lang.Object data)
          Constructs the CancelModuleErrorException.
 
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.CancelModuleErrorException

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


Management.CancelModuleErrorException

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

Method Detail

getMessage

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


Copyright © 2010. All Rights Reserved.