org.kuali.rice.kew.plugin
Class PluginException
java.lang.Object
   java.lang.Throwable
java.lang.Throwable
       java.lang.Exception
java.lang.Exception
           java.lang.RuntimeException
java.lang.RuntimeException
               org.kuali.rice.kew.plugin.PluginException
org.kuali.rice.kew.plugin.PluginException
- All Implemented Interfaces: 
- Serializable
- public class PluginException 
- extends RuntimeException
A RuntimeException thrown from the plugin system when a problem is encountered.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
- Serialized Form
 
 
| Methods inherited from class java.lang.Throwable | 
| fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
 
 
PluginException
public PluginException()
PluginException
public PluginException(String message)
PluginException
public PluginException(String message,
                       Throwable throwable)
PluginException
public PluginException(Throwable throwable)
Copyright © 2005-2011 The Kuali Foundation. All Rights Reserved.