Package com.postman.collection
Class DuplicateVariableKeyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.postman.collection.DuplicateVariableKeyException
- All Implemented Interfaces:
 Serializable
Exception thrown when an attempt is made to add a 
Property to a PropertyList with a duplicate key- See Also:
 
- 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
DuplicateVariableKeyException
Constructs the exception- Parameters:
 message- The message to send with the exception
 
 -