org.sourceforge.jemm.comm.shared
Class ErrorMessage

java.lang.Object
  extended by org.sourceforge.jemm.comm.shared.Message
      extended by org.sourceforge.jemm.comm.shared.ErrorMessage
All Implemented Interfaces:
java.io.Serializable

public class ErrorMessage
extends Message

A class representing an error returned by the server.

Author:
Rory Graves
See Also:
Serialized Form

Constructor Summary
ErrorMessage(java.lang.String msg)
          Creates an ErrorMessage with the given message string.
 
Method Summary
 java.lang.String getUserErrorMessage()
           
 
Methods inherited from class org.sourceforge.jemm.comm.shared.Message
getThreadId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ErrorMessage

public ErrorMessage(java.lang.String msg)
Creates an ErrorMessage with the given message string.

Parameters:
msg - The given error message.
Method Detail

getUserErrorMessage

public java.lang.String getUserErrorMessage()


Copyright © 2009. All Rights Reserved.