Class UserWorkflowException

  • All Implemented Interfaces:
    Serializable

    public class UserWorkflowException
    extends WorkflowException
    Excepcion especifica para indicar una condicion de error que debe ser mostrada al usuario con un messagebox.
    See Also:
    Serialized Form
    • Constructor Detail

      • UserWorkflowException

        public UserWorkflowException()
      • UserWorkflowException

        public UserWorkflowException​(String message,
                                     Throwable tw)
      • UserWorkflowException

        public UserWorkflowException​(String message)
      • UserWorkflowException

        public UserWorkflowException​(Throwable tw)