cisco.uc.cuae.mgmt
Class Management.FileWriteErrorException

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

public static class Management.FileWriteErrorException
extends Management.FileIOErrorException

See Also:
Serialized Form

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

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


Management.FileWriteErrorException

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

Method Detail

getMessage

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


Copyright © 2010. All Rights Reserved.