org.bukkit.plugin
Class IllegalPluginAccessException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.bukkit.plugin.IllegalPluginAccessException
All Implemented Interfaces:
Serializable

public class IllegalPluginAccessException
extends RuntimeException

Thrown when a plugin attempts to interact with the server when it is not enabled

See Also:
Serialized Form

Constructor Summary
IllegalPluginAccessException()
          Creates a new instance of IllegalPluginAccessException without detail message.
IllegalPluginAccessException(String msg)
          Constructs an instance of IllegalPluginAccessException with the specified detail message.
 
Method Summary
 
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

IllegalPluginAccessException

public IllegalPluginAccessException()
Creates a new instance of IllegalPluginAccessException without detail message.


IllegalPluginAccessException

public IllegalPluginAccessException(String msg)
Constructs an instance of IllegalPluginAccessException with the specified detail message.

Parameters:
msg - the detail message.


Copyright © 2014. All rights reserved.