quickfix
Class FieldException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
quickfix.FieldException
- All Implemented Interfaces:
- java.io.Serializable
public class FieldException
- extends java.lang.RuntimeException
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
FieldException
public FieldException(int sessionRejectReason)
FieldException
public FieldException(int sessionRejectReason,
int field)
FieldException
public FieldException(int sessionRejectReason,
java.lang.String msg,
int field)
isFieldSpecified
public boolean isFieldSpecified()
getField
public int getField()
getSessionRejectReason
public int getSessionRejectReason()