Package org.bukkit.plugin
Class AuthorNagException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.bukkit.plugin.AuthorNagException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorDescriptionAuthorNagException
(String message) Constructs a new AuthorNagException based on the given Exception -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AuthorNagException
Constructs a new AuthorNagException based on the given Exception- Parameters:
message
- Brief message explaining the cause of the exception
-
-
Method Details
-
getMessage
- Overrides:
getMessage
in classThrowable
-