org.camunda.bpm.engine.exception
Class NotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.camunda.bpm.engine.ProcessEngineException
org.camunda.bpm.engine.BadUserRequestException
org.camunda.bpm.engine.exception.NotFoundException
- All Implemented Interfaces:
- Serializable
public class NotFoundException
- extends BadUserRequestException
This exception is thrown, if an entity (case execution, case definition) is not found.
- Author:
- Roman Smirnov
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NotFoundException
public NotFoundException()
NotFoundException
public NotFoundException(String message,
Throwable cause)
NotFoundException
public NotFoundException(String message)
NotFoundException
public NotFoundException(Throwable cause)
Copyright © 2016 camunda services GmbH. All rights reserved.