cisco.uc.cuae.mgmt
Class Management.ManagementException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by cisco.uc.cuae.mgmt.Management.ManagementException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
Management.AuthorizationException, Management.DataAccessErrorException, Management.FileIOErrorException, Management.ModuleErrorException, Management.NotSupportedErrorException, Management.ObjectInUseException, Management.StatErrorException
Enclosing interface:
Management

public static class Management.ManagementException
extends java.lang.Exception

See Also:
Serialized Form

Field Summary
 java.lang.Object data
           
 java.lang.String detail
           
 java.lang.Integer errorCode
           
 java.lang.String errorString
           
 
Constructor Summary
Management.ManagementException()
          Constructs the ManagementException.
Management.ManagementException(java.lang.Integer errorCode, java.lang.String errorString, java.lang.String detail, java.lang.Object data)
          Constructs the ManagementException.
 
Method Summary
 java.lang.Object getData()
          Gets the value.
 java.lang.String getDetail()
          Gets the value.
 java.lang.Integer getErrorCode()
          Gets the value.
 java.lang.String getErrorString()
          Gets the value.
 java.lang.String getMessage()
           
 void setData(java.lang.Object value)
          Sets the value.
 void setDetail(java.lang.String value)
          Sets the value.
 void setErrorCode(java.lang.Integer value)
          Sets the value.
 void setErrorString(java.lang.String value)
          Sets the value.
 
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
 

Field Detail

errorCode

public java.lang.Integer errorCode

errorString

public java.lang.String errorString

detail

public java.lang.String detail

data

public java.lang.Object data
Constructor Detail

Management.ManagementException

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


Management.ManagementException

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

Method Detail

getMessage

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

getErrorCode

public java.lang.Integer getErrorCode()
Gets the value.

Returns:
the value.

setErrorCode

public void setErrorCode(java.lang.Integer value)
Sets the value.

Parameters:
value - the value.

getErrorString

public java.lang.String getErrorString()
Gets the value.

Returns:
the value.

setErrorString

public void setErrorString(java.lang.String value)
Sets the value.

Parameters:
value - the value.

getDetail

public java.lang.String getDetail()
Gets the value.

Returns:
the value.

setDetail

public void setDetail(java.lang.String value)
Sets the value.

Parameters:
value - the value.

getData

public java.lang.Object getData()
Gets the value.

Returns:
the value.

setData

public void setData(java.lang.Object value)
Sets the value.

Parameters:
value - the value.


Copyright © 2010. All Rights Reserved.