Class FlowableClassLoadingException

All Implemented Interfaces:
Serializable

public class FlowableClassLoadingException extends FlowableException
Runtime exception indicating the requested class was not found or an error occurred while loading the class.
Author:
Frederik Heremans
See Also:
  • Field Details

    • className

      protected String className
  • Constructor Details

    • FlowableClassLoadingException

      public FlowableClassLoadingException(String className, Throwable cause)
  • Method Details

    • getClassName

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