"WEBNMS_5 API Docs"

com.adventnet.nms.provisioning
Class NoSuchOperationException

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

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

The NoSuchOperationException will be thrown from the ProvisioningAPI if the requested asynchronous provisioning operation is not found in the server.

Since:
2.3
See Also:
Serialized Form

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

NoSuchOperationException

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


NoSuchOperationException

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