org.jibble.pircbot
Class IrcException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jibble.pircbot.IrcException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
NickAlreadyInUseException

public class IrcException
extends java.lang.Exception

An IrcException class.

Since:
0.9
Version:
1.5.0 (Build time: Mon Dec 14 20:07:17 2009)
Author:
Paul James Mutton, http://www.jibble.org/
See Also:
Serialized Form

Constructor Summary
IrcException(java.lang.String e)
          Constructs a new IrcException.
 
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 e)
Constructs a new IrcException.

Parameters:
e - The error message to report.


PircBot Java IRC Bot.