jxUtil 0.6

org.sourceforge.jxutil.net.xfs
Class XFSProtocolException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.sourceforge.jxutil.net.xfs.XFSProtocolException
All Implemented Interfaces:
Serializable

public final class XFSProtocolException
extends Exception

See Also:
Serialized Form

Field Summary
private  XFSPackets.XFSError err
           
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
XFSProtocolException(XFSPackets.XFSError err)
           
 
Method Summary
 XFSPackets.XFSError getError()
           
 
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
 

Field Detail

err

private final XFSPackets.XFSError err
Constructor Detail

XFSProtocolException

public XFSProtocolException(XFSPackets.XFSError err)
Method Detail

getError

public XFSPackets.XFSError getError()

jxUtil 0.6

Copyright © 2001,2002 Keve Müller, et al.; see LICENSE file for details.