Class LengthMismatchException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.gridgo.connector.file.support.exceptions.LengthMismatchException
-
- All Implemented Interfaces:
java.io.Serializable
public class LengthMismatchException extends java.lang.RuntimeException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LengthMismatchException(int expected, int actual)
-