Package org.apache.flink.util
Class TraversableOnceException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.flink.util.TraversableOnceException
-
- All Implemented Interfaces:
Serializable
@Public public class TraversableOnceException extends RuntimeException
An exception, indicating that anIterable
can only be traversed once, but has been attempted to traverse an additional time.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TraversableOnceException()
Creates a new exception with a default message.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-