swpchat.server
Class NoSuchChannelException

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

public class NoSuchChannelException
extends java.lang.Exception

Collections may throw this error if accessing a member constitutes an exception, that is: if existance of the member was a prerequisite.

See Also:
Serialized Form

Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
NoSuchChannelException(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

NoSuchChannelException

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