Package com.hybris.cockpitng.tree.util
Class ExceededTraversedItemsLimitException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.hybris.cockpitng.tree.util.ExceededTraversedItemsLimitException
-
- All Implemented Interfaces:
java.io.Serializable
@Deprecated(since="2005", forRemoval=true) public class ExceededTraversedItemsLimitException extends java.lang.RuntimeExceptionDeprecated, for removal: This API element is subject to removal in a future version.since 2005, no longer thrown - tree accepts all nodes after hitting the limit instead of throwing exceptionThrows to indicate that a number of the traversed items exceeded the maximum supported value.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExceededTraversedItemsLimitException(int limit)Deprecated, for removal: This API element is subject to removal in a future version.
-