com.lyrisoft.chat.server.remote
Class AccessException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.lyrisoft.chat.server.remote.AccessException
All Implemented Interfaces:
java.io.Serializable

public class AccessException
extends java.lang.Exception

Thrown if there is a problem authenticating

See Also:
ChatServer.signOn(com.lyrisoft.chat.server.remote.ChatClient, java.lang.String), Serialized Form

Constructor Summary
AccessException(java.lang.String s)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AccessException

public AccessException(java.lang.String s)


Copyright © 2000-2002 Taso Lyristis