![]() |
Bukkit
1.4.7-R1.0
|
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) | |
Thrown if a plugin attempts to register for a reserved channel (such as "REGISTER")
Definition at line 7 of file ReservedChannelException.java.
| 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.