Class CollectionNotFoundException

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

public class CollectionNotFoundException extends Exception
Thrown when a collection is not found in Postman, or if a 404 is thrown attempting to retrieve a collection from Postman by URI
See Also:
  • Constructor Details

    • CollectionNotFoundException

      public CollectionNotFoundException(String message)
      Default constructor
      Parameters:
      message - The message to pass with the exception