com.ca.jcs
Class PluginNotRequiredException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ca.jcs.PluginNotRequiredException
- All Implemented Interfaces:
- Serializable
Deprecated. Extend Vetoable interface and use return value from Vetoable.isVetoed() instead.
public class PluginNotRequiredException
- extends Exception
Thrown by plug-in constructors when they analyze metadata properties
and decide they are not required after all, which allows them to process
this logic rather then requiring the framework to do it.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
PluginNotRequiredException
public PluginNotRequiredException()
- Deprecated.
PluginNotRequiredException
public PluginNotRequiredException(String message)
- Deprecated.
Created 2011-07-14 13:27 EST