org.sourceforge.jxutil.net.xfs
Class XFSErrors.ImplementationErr
java.lang.Object
|
+--org.sourceforge.jxutil.net.xfs.XFSPackets.XFSData
|
+--org.sourceforge.jxutil.net.xfs.XFSPackets.XFSError
|
+--org.sourceforge.jxutil.net.xfs.XFSErrors.ImplementationErr
- Enclosing class:
- XFSErrors
- public static class XFSErrors.ImplementationErr
- extends XFSPackets.XFSError
This error may be generated in response to any request that the server
is unable to process because it is deficient.
Use of this error is highly discouraged and indicates lack of
conformance to the protocol.
ERROR_CODE
public static final int ERROR_CODE
- See Also:
- Constant Field Values
XFSErrors.ImplementationErr
public XFSErrors.ImplementationErr(DataConverter conv,
byte[] data)
XFSErrors.ImplementationErr
public XFSErrors.ImplementationErr(int timestamp,
byte major_opcode,
byte minor_opcode)
Copyright © 2001,2002 Keve Müller, et al.; see LICENSE file for details.