Package com.postman.collection
Class CollectionNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.postman.collection.CollectionNotFoundException
- All Implemented Interfaces:
Serializable
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 Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CollectionNotFoundException
Default constructor- Parameters:
message
- The message to pass with the exception
-