org.finra.jtaf.core.plugins.execution
Class RunnerPluginException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.finra.jtaf.core.plugins.execution.RunnerPluginException
All Implemented Interfaces:
Serializable

public class RunnerPluginException
extends Exception

Thrown by Runner Execution Plugins to indicate a general Exception

See Also:
Serialized Form

Constructor Summary
RunnerPluginException(String message)
           
RunnerPluginException(String message, Throwable th)
           
 
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

RunnerPluginException

public RunnerPluginException(String message)

RunnerPluginException

public RunnerPluginException(String message,
                             Throwable th)


Copyright © 2014. All rights reserved.