Package 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:
java.io.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
-
-
Constructor Summary
Constructors Constructor Description NotFoundException()
NotFoundException(java.lang.String message)
NotFoundException(java.lang.String message, java.lang.Throwable cause)
NotFoundException(java.lang.Throwable cause)
-
-
-
Constructor Detail
-
NotFoundException
public NotFoundException()
-
NotFoundException
public NotFoundException(java.lang.String message, java.lang.Throwable cause)
-
NotFoundException
public NotFoundException(java.lang.String message)
-
NotFoundException
public NotFoundException(java.lang.Throwable cause)
-
-