org.jibble.pircbot
Class NickAlreadyInUseException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--org.jibble.pircbot.IrcException
|
+--org.jibble.pircbot.NickAlreadyInUseException
- All Implemented Interfaces:
- Serializable
- public class NickAlreadyInUseException
- extends IrcException
A NickAlreadyInUseException class. This exception is
thrown when the PircBot attempts to join an IRC server
with a user name that is already in use.
- Version:
- 0.9.9 (Build time: Sun Sep 15 15:05:49 2002)
- Author:
- Paul James Mutton, http://www.jibble.org/
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NickAlreadyInUseException
public NickAlreadyInUseException(String e)
- Constructs a new IrcException.
- Parameters:
e
- The error message to report.