public class ObjectTreeNodeNotFoundException extends ApiException
Constructor and Description |
---|
ObjectTreeNodeNotFoundException(SearchPattern pattern,
int depth,
int timeout)
Initializes a new instance of the
ObjectTreeNodeNotFoundException class using the specified search pattern, search depth and timeout. |
ObjectTreeNodeNotFoundException(SearchPattern pattern,
String parentNodeName,
int depth,
int timeout)
Initializes a new instance of the
ObjectTreeNodeNotFoundException class using the specified search pattern, parent object name, search depth and timeout. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ObjectTreeNodeNotFoundException(SearchPattern pattern, int depth, int timeout)
ObjectTreeNodeNotFoundException
class using the specified search pattern, search depth and timeout.pattern
- The search pattern that specifies the properties and values used to search for the object.depth
- The search depth used to find the object, relative to the parent object from which the search started: 1 - immediate child objects, 2 - child and grandchild objects, and so on.timeout
- The timeout, in milliseconds, that was used to limit the search time.public ObjectTreeNodeNotFoundException(SearchPattern pattern, String parentNodeName, int depth, int timeout)
ObjectTreeNodeNotFoundException
class using the specified search pattern, parent object name, search depth and timeout.pattern
- The search pattern that specifies properties and values used to search for the object.parentNodeName
- The full name of the object the search started from.depth
- The search depth used to find the object, relative to the parent object the search started from: 1 - immediate child objects, 2 - child and grandchild objects, and so on.timeout
- The timeout, in milliseconds, that was used to limit the search time.Copyright © 2020 SmartBear Software. All Rights Reserved.