pl.edu.pjwstk.yaod.network.protocol
Class ErrorReply

java.lang.Object
  |
  +--pl.edu.pjwstk.yaod.network.protocol.NetMessage
        |
        +--pl.edu.pjwstk.yaod.network.protocol.ServerReply
              |
              +--pl.edu.pjwstk.yaod.network.protocol.ErrorReply
All Implemented Interfaces:
java.io.Serializable

public class ErrorReply
extends ServerReply

Obiekt reprezentujacy komunikat serwera o wystapieniu bledu.

Author:
M. Lentner, raist@ertel.com.pl
See Also:
Serialized Form

Constructor Summary
ErrorReply(java.lang.String errorText)
          Tworzy nowy komunikat bledu.
 
Methods inherited from class pl.edu.pjwstk.yaod.network.protocol.ServerReply
getMessage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ErrorReply

public ErrorReply(java.lang.String errorText)
Tworzy nowy komunikat bledu.
Parameters:
errorText - tresc bledu.