Class ClassLoadingException

  • All Implemented Interfaces:
    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 Detail

      • className

        protected String className
    • Constructor Detail

      • ClassLoadingException

        public ClassLoadingException​(String message,
                                     Throwable cause)
      • ClassLoadingException

        public ClassLoadingException​(String message,
                                     String className,
                                     Throwable cause)
    • Method Detail

      • getClassName

        public String getClassName()
        Returns the name of the class this exception is related to.