cisco.uc.cuae.mgmt
Class Management.LicException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by cisco.uc.cuae.mgmt.Management.LicException
All Implemented Interfaces:
java.io.Serializable
Enclosing interface:
Management

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

Exception related to license management errors.

See Also:
Serialized Form

Field Summary
 java.lang.String msg
          detail of problem.
 
Constructor Summary
Management.LicException()
          Constructs the LicException.
Management.LicException(java.lang.String msg)
          Constructs the LicException.
 
Method Summary
 java.lang.String getMessage()
           
 java.lang.String getMsg()
          Gets the value.
 void setMsg(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

msg

public java.lang.String msg
detail of problem.

Constructor Detail

Management.LicException

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


Management.LicException

public Management.LicException(java.lang.String msg)
Constructs the LicException.

Parameters:
msg - detail of problem. msg
Method Detail

getMessage

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

getMsg

public java.lang.String getMsg()
Gets the value. detail of problem.

Returns:
the value.

setMsg

public void setMsg(java.lang.String value)
Sets the value. detail of problem.

Parameters:
value - the value.


Copyright © 2010. All Rights Reserved.