Class ProcessController.ProcessNotFoundException
Object
Throwable
Exception
RuntimeException
ProcessNotFoundException
- All Implemented Interfaces:
Serializable
- Enclosing class:
ProcessController
@ResponseStatus(value=NOT_FOUND,
reason="Process not found or acess forbidden")
public static class ProcessController.ProcessNotFoundException
extends RuntimeException
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ProcessNotFoundException
public ProcessNotFoundException()
-