cisco.uc.cuae.mgmt
Class Management.ObjectInUseException

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

public static class Management.ObjectInUseException
extends Management.ManagementException

See Also:
Serialized Form

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

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


Management.ObjectInUseException

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

Method Detail

getMessage

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


Copyright © 2010. All Rights Reserved.