InvalidRecordFormatExceptionpublic class InvalidRecordFormatException extends Exception This exception is thrown when we try to create a record, and the
underlying data just doesn't match up |
Constructors Summary |
---|
public InvalidRecordFormatException(String s)
super(s);
|
|