Package io.trino.hadoop
Class TextLineLengthLimitExceededException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- io.trino.hadoop.TextLineLengthLimitExceededException
-
- All Implemented Interfaces:
Serializable
public class TextLineLengthLimitExceededException extends IOException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TextLineLengthLimitExceededException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
TextLineLengthLimitExceededException
public TextLineLengthLimitExceededException(String message)
-
-