org.gwtiger.client.exception
Class ServerReadException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.gwtiger.client.exception.ServerException
              extended by org.gwtiger.client.exception.ServerReadException
All Implemented Interfaces:
java.io.Serializable

public class ServerReadException
extends ServerException

See Also:
Serialized Form

Constructor Summary
ServerReadException()
           
 
Method Summary
 
Methods inherited from class org.gwtiger.client.exception.ServerException
getExceptionCode, getMessage, setExceptionCode, setMessage, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ServerReadException

public ServerReadException()