com.ca.jcs
Class PluginNotRequiredException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
PluginNotRequiredException()
          Deprecated.  
PluginNotRequiredException(String message)
          Deprecated.  
 
Method Summary
 
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

PluginNotRequiredException

public PluginNotRequiredException()
Deprecated. 

PluginNotRequiredException

public PluginNotRequiredException(String message)
Deprecated. 


Created 2011-07-14 13:27 EST