Package exception
Class SizeError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- exception.SizeError
-
- All Implemented Interfaces:
java.io.Serializable
public class SizeError extends java.lang.Exception
Used on reception side when size as set in datagram is too big, and we cant store this in a int/long as usual.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SizeError()
-