Class RecursiveItemAddException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.postman.collection.RecursiveItemAddException
All Implemented Interfaces:
Serializable

public class RecursiveItemAddException extends Exception
Exception thrown if there is an attempt to add an item as a child to itself.
See Also:
  • Constructor Details

    • RecursiveItemAddException

      public RecursiveItemAddException(String message)