CoderMalfunctionErrorpublic class CoderMalfunctionError extends Error A {@code CoderMalfunctionError} is thrown when the encoder/decoder is
malfunctioning. |
Fields Summary |
---|
private static final long | serialVersionUID |
Constructors Summary |
---|
public CoderMalfunctionError(Exception ex)Constructs a new {@code CoderMalfunctionError}.
super(ex);
|
|