"WEBNMS_5 API Docs"

com.adventnet.nms.provisioning
Class TemplateInitializationException

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

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

The TemplateInitializationException will be thrown from the ProvisioningAPI when template initialization failed.

Since:
2.3
See Also:
Serialized Form

Constructor Summary
TemplateInitializationException()
          Constructs an TemplateInitializationException with no detail message.
TemplateInitializationException(java.lang.String s)
          Constructs an TemplateInitilaizationException 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

TemplateInitializationException

public TemplateInitializationException()
Constructs an TemplateInitializationException with no detail message.


TemplateInitializationException

public TemplateInitializationException(java.lang.String s)
Constructs an TemplateInitilaizationException with the specified detail message. A detail message is a String that describes this particular exception.

Parameters:
s - the detail message

"WEBNMS_5 API Docs"

Copyright © 2011 ZOHO Corp., All Rights Reserved.