| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.electrotank.electroserver.plugins.PluginException
Used to represent any exceptions that come out of plugins.
| Constructor Summary | |
| PluginException()Creates a new PluginException with no specific message. | |
| PluginException(String msg)Creates a new PluginException with a given message. | |
| PluginException(String message,
                Throwable cause)Creates a new PluginException with a given message and a cause. | |
| PluginException(Throwable cause)Creates a new PluginException with a root cause. | |
| 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 | 
public PluginException()
public PluginException(Throwable cause)
cause - the root cause of this exception.public PluginException(String msg)
msg - the message of the exception.public PluginException(String message,
                       Throwable cause)
message - the message of the exception.cause - the root cause of the exception.| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||