webfunds.client.plugins
Class PluginException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--webfunds.client.plugins.PluginException

public class PluginException
extends java.lang.Exception

This exception is thrown when the plugin manager detects a problem.

See Also:
Serialized Form

Constructor Summary
PluginException(java.lang.String msg)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PluginException

public PluginException(java.lang.String msg)