pl.mn.communicator
Class GGSessionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by pl.mn.communicator.GGException
              extended by pl.mn.communicator.GGSessionException
All Implemented Interfaces:
java.io.Serializable

public class GGSessionException
extends GGException

Created on 2004-11-30 Exception that is thrown when user tries to move from certain state to state that is not allowed at that moment.

Version:
$Id: GGSessionException.java,v 1.1 2005/11/05 23:34:52 winnetou25 Exp $
Author:
Mateusz Szczap
See Also:
Serialized Form

Constructor Summary
GGSessionException(SessionState actualSessionState)
           
 
Method Summary
 SessionState getSessionState()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GGSessionException

public GGSessionException(SessionState actualSessionState)
Method Detail

getSessionState

public SessionState getSessionState()


Copyright 2004-2004-2005 SourceForge.net. All Rights Reserved.