public class InsufficientDataException extends RuntimeException
| Constructor and Description |
|---|
InsufficientDataException()
Constructs an empty UnsufficientDataException.
|
InsufficientDataException(String m)
Constructs an UnsufficientDataException with the given error message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InsufficientDataException()
public InsufficientDataException(String m)