Package org.camunda.bpm.engine
Class ClassLoadingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.camunda.bpm.engine.ProcessEngineException
-
- org.camunda.bpm.engine.ClassLoadingException
-
- All Implemented Interfaces:
java.io.Serializable
public class ClassLoadingException extends ProcessEngineException
Runtime exception indicating the requested class was not found or an error occurred while loading the class.- Author:
- Frederik Heremans
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
className
-
Constructor Summary
Constructors Constructor Description ClassLoadingException(java.lang.String message, java.lang.String className, java.lang.Throwable cause)
ClassLoadingException(java.lang.String message, java.lang.Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getClassName()
Returns the name of the class this exception is related to.
-