org.jwarp.service.work
Class ToolRunException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.jwarp.service.work.ToolRunException
All Implemented Interfaces:
java.io.Serializable

public class ToolRunException
extends java.lang.Exception

Exception thrown when the exceution of a tool failes. That can be because the parameters provided are invalid or outdated.

See Also:
Serialized Form

Constructor Summary
ToolRunException(java.lang.String reason)
          Initializes a new exception.
 
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

ToolRunException

public ToolRunException(java.lang.String reason)
Initializes a new exception.
Parameters:
The - message text.

©   O R C A   S y s t e m s