AdventNet Web NMS 4 API Specification

com.adventnet.nms.provisioning
Class OperationFailedException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.adventnet.nms.provisioning.OperationFailedException
All Implemented Interfaces:
java.io.Serializable

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

The OperationFailedException will be thrown from the ProvisioningAPI.provision(String) method to report the provisioning operation failure.

Since:
2.3
See Also:
Serialized Form

Constructor Summary
OperationFailedException()
          Constructs an OperationFailedException with no detail message.
OperationFailedException(java.lang.String s)
          Constructs an OperationFailedException with the specified detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OperationFailedException

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

OperationFailedException

public OperationFailedException(java.lang.String s)
Constructs an OperationFailedException with the specified detail message. A detail message is a String that describes this particular exception.
Parameters:
s - the detail message

AdventNet Web NMS 4 API Specification