sharpster.common
Class NetworkErrorResponse

java.lang.Object
  |
  +--sharpster.common.Response
        |
        +--sharpster.common.NetworkErrorResponse
All Implemented Interfaces:
java.io.Serializable

public class NetworkErrorResponse
extends Response
implements java.io.Serializable

A response containing information about a CVS conflict.

See Also:
Serialized Form

Constructor Summary
NetworkErrorResponse()
           
 
Method Summary
 java.lang.String getMessage()
           
 int getType()
          Returns the type of this response.
 void setMessage(java.lang.String msg)
           
 java.lang.String toString()
           
 
Methods inherited from class sharpster.common.Response
getOrigin, getUser, isError, setError, setOrigin, setUser
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NetworkErrorResponse

public NetworkErrorResponse()
Method Detail

getType

public int getType()
Returns the type of this response.

Specified by:
getType in class Response

getMessage

public java.lang.String getMessage()

setMessage

public void setMessage(java.lang.String msg)

toString

public java.lang.String toString()
Overrides:
toString in class Response