swpchat.server
Class NoSuchMemberException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--swpchat.server.NoSuchMemberException
All Implemented Interfaces:
java.io.Serializable

public class NoSuchMemberException
extends java.lang.Exception

Collection may throw this Exception, if search-key does not exist

See Also:
Serialized Form

Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
NoSuchMemberException(java.lang.Object missing)
          Construct an exception using the misplaced object.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

NoSuchMemberException

public NoSuchMemberException(java.lang.Object missing)
Construct an exception using the misplaced object.