public class IncorrectDataFormat extends Exception
Constructor and Description |
---|
IncorrectDataFormat(int field)
This constructor is here for QF JNI compatibility.
|
IncorrectDataFormat(int field,
String data) |
IncorrectDataFormat(String message)
This constructor is here for QF JNI compatibility.
|
Modifier and Type | Method and Description |
---|---|
String |
getData() |
int |
getField() |
String |
getMessage() |
int |
getSessionRejectReason() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public IncorrectDataFormat(int field, String data)
field
- the tag number with the incorrect datadata
- the incorrect datapublic IncorrectDataFormat(int field)
field
- the tag number with the incorrect datapublic IncorrectDataFormat(String message)
message
- Copyright © 2021. All rights reserved.