Bukkit  1.4.7-R1.0
 All Classes Namespaces Files Functions Variables Enumerator Pages
org.bukkit.plugin.messaging.ReservedChannelException Class Reference

Thrown if a plugin attempts to register for a reserved channel (such as "REGISTER") More...

+ Inheritance diagram for org.bukkit.plugin.messaging.ReservedChannelException:
+ Collaboration diagram for org.bukkit.plugin.messaging.ReservedChannelException:

Public Member Functions

 ReservedChannelException ()
 
 ReservedChannelException (String name)
 

Detailed Description

Thrown if a plugin attempts to register for a reserved channel (such as "REGISTER")

Definition at line 7 of file ReservedChannelException.java.

Constructor & Destructor Documentation

org.bukkit.plugin.messaging.ReservedChannelException.ReservedChannelException ( )

Definition at line 8 of file ReservedChannelException.java.

org.bukkit.plugin.messaging.ReservedChannelException.ReservedChannelException ( String  name)

Definition at line 12 of file ReservedChannelException.java.


The documentation for this class was generated from the following file: