org.jibble.pircbot
Class IrcException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.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
See Also:
Serialized Form

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