org.javasteps
Class StepNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.javasteps.StepNotFoundException
- All Implemented Interfaces:
- Serializable
public class StepNotFoundException
- extends Exception
Thrown when a step is searched using a specific stepId but is not found
- Version:
- 1.1
- Author:
- Ran Kornfeld
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
StepNotFoundException
public StepNotFoundException()
StepNotFoundException
public StepNotFoundException(String message)
StepNotFoundException
public StepNotFoundException(String message,
Throwable cause)
StepNotFoundException
public StepNotFoundException(Throwable cause)