Package org.bukkit.plugin
Class IllegalPluginAccessException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.bukkit.plugin.IllegalPluginAccessException
- All Implemented Interfaces:
- Serializable
Thrown when a plugin attempts to interact with the server when it is not
 enabled
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionCreates a new instance ofIllegalPluginAccessExceptionwithout detail message.Constructs an instance ofIllegalPluginAccessExceptionwith the specified detail message.
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
IllegalPluginAccessExceptionpublic IllegalPluginAccessException()Creates a new instance ofIllegalPluginAccessExceptionwithout detail message.
- 
IllegalPluginAccessExceptionConstructs an instance ofIllegalPluginAccessExceptionwith the specified detail message.- Parameters:
- msg- the detail message.
 
 
-