|
"WEBNMS_5 API Docs" | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.adventnet.nms.provisioning.ProvisioningException
public class ProvisioningException
The ProvisioningException which will be thrown if an error occurs while parsing the Provisioning related conf files. This Exception also thrown if the user can't get the ProvisioningAPI handle using ProvClientUtils class due to Communication errors or Authentication failures. The user can throw this Exception if any error occurs while configuring a device, collect the InventoryInput and NEInput using his/her own Config Module and Topo Module. see com.adventnet.nms.provisioning.ui.ProvClientUtils.
| Constructor Summary | |
|---|---|
ProvisioningException()
Constructs ProvisioningException with no specified detail message. |
|
ProvisioningException(java.lang.String errorMessage)
Constructs ProvisioningException with the specified detail message. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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 |
|---|
public ProvisioningException()
ProvisioningException with no specified detail message.
public ProvisioningException(java.lang.String errorMessage)
ProvisioningException with the specified detail message.
errorMessage - the detail errorMessage.
|
"WEBNMS_5 API Docs" | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||