Package org.camunda.bpm.engine.exception
Class NullValueException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.camunda.bpm.engine.ProcessEngineException
-
- org.camunda.bpm.engine.exception.NullValueException
-
- All Implemented Interfaces:
java.io.Serializable
public class NullValueException extends ProcessEngineException
- Author:
- Roman Smirnov
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.camunda.bpm.engine.ProcessEngineException
code
-
-
Constructor Summary
Constructors Constructor Description NullValueException()
NullValueException(java.lang.String message)
NullValueException(java.lang.String message, java.lang.Throwable cause)
NullValueException(java.lang.Throwable cause)
-
Method Summary
-
Methods inherited from class org.camunda.bpm.engine.ProcessEngineException
getCode, setCode
-
-
-
-
Constructor Detail
-
NullValueException
public NullValueException()
-
NullValueException
public NullValueException(java.lang.String message, java.lang.Throwable cause)
-
NullValueException
public NullValueException(java.lang.String message)
-
NullValueException
public NullValueException(java.lang.Throwable cause)
-
-