Class InstallFileExecutionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.bonitasoft.plugin.install.InstallFileExecutionException
All Implemented Interfaces:
Serializable

public class InstallFileExecutionException extends Exception
See Also:
  • Constructor Details

    • InstallFileExecutionException

      public InstallFileExecutionException(String message, Throwable exception)
    • InstallFileExecutionException

      public InstallFileExecutionException(List<Throwable> errors)
  • Method Details