"WEBNMS_5 API Docs"

com.adventnet.nms.provisioning
Class ExtensionNotFoundException

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

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

This exception is used to report when a named API Extension is not found.

Since:
2.3
See Also:
Serialized Form

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

ExtensionNotFoundException

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


ExtensionNotFoundException

public ExtensionNotFoundException(java.lang.String s)
Constructs an ExtensionNotFoundException 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.