fr.gedeon.telnetservice
Class StateEntryNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by fr.gedeon.telnetservice.TelnetServiceException
              extended by fr.gedeon.telnetservice.StateEntryNotFoundException
All Implemented Interfaces:
Serializable

public class StateEntryNotFoundException
extends TelnetServiceException

Thrown by a SessionHolder when an entry was requested with a key but was not found.

Author:
wgedeon@gmail.com
See Also:
Serialized Form

Constructor Summary
StateEntryNotFoundException(String key)
           
 
Method Summary
 
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

StateEntryNotFoundException

public StateEntryNotFoundException(String key)


Copyright © 2008. All Rights Reserved.