"WEBNMS_5 API Docs"

com.adventnet.nms.provisioning
Class ProvisioningException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.adventnet.nms.provisioning.ProvisioningException
All Implemented Interfaces:
java.io.Serializable

public class ProvisioningException
extends java.lang.Exception
implements java.io.Serializable

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.

Since:
3.0
See Also:
Serialized Form

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

ProvisioningException

public ProvisioningException()
Constructs ProvisioningException with no specified detail message.


ProvisioningException

public ProvisioningException(java.lang.String errorMessage)
Constructs ProvisioningException with the specified detail message.

Parameters:
errorMessage - the detail errorMessage.

"WEBNMS_5 API Docs"

Copyright © 2011 ZOHO Corp., All Rights Reserved.