org.gwtiger.client.exception
Class ServerSessionException

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.ServerSessionException
All Implemented Interfaces:
java.io.Serializable

public class ServerSessionException
extends ServerException

See Also:
Serialized Form

Constructor Summary
ServerSessionException()
           
 
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

ServerSessionException

public ServerSessionException()