org.jmythapi.protocol.impl
Class ClientErrorPacket

java.lang.Object
  extended by org.jmythapi.protocol.impl.MythPacket
      extended by org.jmythapi.protocol.impl.ClientErrorPacket
All Implemented Interfaces:
IVersionable, IMythPacket

public class ClientErrorPacket
extends MythPacket


Field Summary
 
Fields inherited from interface org.jmythapi.protocol.IMythPacket
DELIM
 
Constructor Summary
ClientErrorPacket(ProtocolVersion protoVersion, Exception exception)
           
 
Method Summary
 Exception getException()
           
 
Methods inherited from class org.jmythapi.protocol.impl.MythPacket
getPacketArg, getPacketArgs, getPacketArgsLength, getPacketCreationTime, getVersionNr, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ClientErrorPacket

public ClientErrorPacket(ProtocolVersion protoVersion,
                         Exception exception)
Method Detail

getException

public Exception getException()


Copyright © 2008-2013. All Rights Reserved.