org.relayirc.core
Class IRCException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.relayirc.core.IRCException
All Implemented Interfaces:
java.io.Serializable

public class IRCException
extends java.lang.Exception

Exception that caused disconnection from IRC server.

Version:
$Revision: 1.1.2.1 $

The contents of this file are subject to the Mozilla Public License Version 1.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/

Original Code: Relay-JFC Chat Client
Initial Developer: David M. Johnson
Contributor(s): No contributors to this file
Copyright (C) 1997-2000 by David M. Johnson
All Rights Reserved.
See Also:
Serialized Form

Constructor Summary
IRCException(java.lang.String message)
           
 
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

IRCException

public IRCException(java.lang.String message)