|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
cisco.uc.cuae.mgmt.Management.LicException
public static class Management.LicException
Exception related to license management errors.
| 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 |
|---|
public java.lang.String msg
| Constructor Detail |
|---|
public Management.LicException()
public Management.LicException(java.lang.String msg)
msg - detail of problem.
msg| Method Detail |
|---|
public java.lang.String getMessage()
getMessage in class java.lang.Throwablepublic java.lang.String getMsg()
public void setMsg(java.lang.String value)
value - the value.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||